secure-preferences
                                
                                 secure-preferences copied to clipboard
                                
                                    secure-preferences copied to clipboard
                            
                            
                            
                        Cant set Mode in SecurePreferences like MODE_PRIVATE
I am new to SecurePreferences
any one know how to st mode for SecurePreferences, my values are always replaced and cant find APPEND_MODE
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.
The new version will allow you to pass a shared preferences object so you can use APPEND_MODE