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 was archived by the owner on Mar 1, 2022. It is now read-only.
I was able to workaround the issue by passing empty string as the password instead. It looks like the behavior is the same, and the lib will generate a key for me.
The text was updated successfully, but these errors were encountered:
When I try to create an instance of SharedPreferences using the constructor with null as the password as shown in the README:
new SecurePreferences(context,null,"name_of_file.xml");
I get an error:
I was able to workaround the issue by passing empty string as the password instead. It looks like the behavior is the same, and the lib will generate a key for me.
The text was updated successfully, but these errors were encountered: