scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Cant set Mode in SecurePreferences like MODE_PRIVATE #55

Open M6268 opened 8 years ago

M6268 commented 8 years ago

I am new to SecurePreferences

any one know how to st mode for SecurePreferences, my values are always replaced and cant find APPEND_MODE

scottyab commented 7 years ago

Hey, MODE_PRIVATE is used by default and currently setting additional flags such as APPEND_MODE is not supported. However I'm working on major change to secure-preferences and i'll ensure this is an option in the new version.

scottyab commented 6 years ago

The new version will allow you to pass a shared preferences object so you can use APPEND_MODE