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

No getStringSet option #79

Open aalap03 opened 6 years ago

aalap03 commented 6 years ago

I wanted to store info in String set and I was able to do it with putStringSet() method but I could not find getStringSet method on that, so for that I used the simple SharedPreferences provided by vanila android.

Please let me know if I am missing something.

linakis commented 6 years ago

well the method is there https://github.com/scottyab/secure-preferences/blob/f7a6e8b1a0961d1b96d848ef996c92ed732a0324/library/src/main/java/com/securepreferences/SecurePreferences.java#L390 so I guess you are missing something.