secure-preferences icon indicating copy to clipboard operation
secure-preferences copied to clipboard

Cant set Mode in SecurePreferences like MODE_PRIVATE

Open M6268 opened this issue 9 years ago • 2 comments

I am new to SecurePreferences

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

M6268 avatar Oct 03 '16 06:10 M6268

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 avatar May 10 '17 09:05 scottyab

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

scottyab avatar Jan 04 '18 15:01 scottyab