Andika Wasisto
Results
1
issues of
Andika Wasisto
Hashing the keys broke the getAll() and onSharedPreferenceChanged(SharedPreferences, String) methods
1
The keys returned by the `SecurePreferences#getAll()` method or passed through the `OnSharedPreferenceChangeListener#onSharedPreferenceChanged(SharedPreferences, String)` method are the hashed keys instead of the real keys. Example: ```java SharedPreferences preferences = new SecurePreferences(getContext());...