Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upStrictMode getSharedPreferences failure on API 27 #1981
Comments
|
Need to gather more context on why strict mode is failing on this, then figure out possible fixes. |


Steps to Reproduce
Just start the app on an API 27 device
Updating the config triggers a check for whether heap dumping is enabled in the UI, which in turns triggers a shared preferences load which apparently triggers a strict mode failure. This is likely a stupid AOSP bug (SharedPref loading used to be fully async when loading and block if necessary of first getter call)