You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A configuration option to encrypt shared preferences was added to opensrp-client-core version 4.2.3-SNAPSHOT.
If access to shared prefs is done by calling PreferenceManager.getDefaultSharedPreferences when the option to encrypt is set to true, Android creates parallel unencrypted shared preferences.
To control this, all access to shared prefs should go through CoreLibrary instance. Utils.getAllSharedPreferences()
CoreLibrary checks the property setting and returns the correct preferences.
The text was updated successfully, but these errors were encountered:
A configuration option to encrypt shared preferences was added to
opensrp-client-core
version4.2.3-SNAPSHOT
.If access to shared prefs is done by calling
PreferenceManager.getDefaultSharedPreferences
when the option to encrypt is set to true, Android creates parallel unencrypted shared preferences.To control this, all access to shared prefs should go through CoreLibrary instance.
Utils.getAllSharedPreferences()
CoreLibrary checks the property setting and returns the correct preferences.
The text was updated successfully, but these errors were encountered: