Andika Wasisto

Results 1 issues of Andika Wasisto

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());...