You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
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.
The keys returned by the
SecurePreferences#getAll()
method or passed through theOnSharedPreferenceChangeListener#onSharedPreferenceChanged(SharedPreferences, String)
method are the hashed keys instead of the real keys.Example:
I think the keys shouldn't be hashed since they shouldn't contain any user data.
The text was updated successfully, but these errors were encountered: