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

AndroidQ will no longer support android.preference. #101

Closed morisakisan closed 5 years ago

morisakisan commented 5 years ago

https://developer.android.com/preview/behavior-changes-all#preferences

Support for the android.preference library is discontinued as described in the link above. There are places that use android.preference, so please change to AndroidX Preference.

scottyab commented 5 years ago

Hi @morisakisan probably not gonna make this change given Android X Security library will be the perferred solution going forward.