Releases: iamMehedi/Secured-Preference-Store
Releases · iamMehedi/Secured-Preference-Store
0.5.0
Breaking Changes
SecuredPreferenceStore
needs to be initialized before it can be used. Should be initialized as below inside the onCreate
method of Application subclass or launcher activity.
SecuredPreferenceStore.init(getApplicationContext(), new DefaultRecoveryHandler());