Breaking Changes
SecuredPreferenceStore
needs to be initialized before it can be used. Should be initialized as below inside theonCreate
method of Application subclass or launcher activity.SecuredPreferenceStore.init(getApplicationContext(), new DefaultRecoveryHandler());