PinHelper.resetDefaultSavedPin() method should not clear the default SharedPreferences. It should only remove hash & salt entries.
I think many apps use default SharedPreferences to store some of their data. Clearing default SharedPreferences could break their apps. For now I'm using custom PinSaver and Validator.
PinHelper.resetDefaultSavedPin()method should not clear the defaultSharedPreferences. It should only remove hash & salt entries.I think many apps use default SharedPreferences to store some of their data. Clearing default SharedPreferences could break their apps. For now I'm using custom PinSaver and Validator.