ophio / secure-preferences

Android secure shared preferences using Android Keystore system
https://medium.com/@vashisthg/android-secure-shared-preferences-10f8356a4c2b
Apache License 2.0
348 stars 56 forks source link

minSdkVersion 16 possible? #6

Closed Rainer-Lang closed 9 years ago

vashisthg commented 9 years ago

I fear this won't be possible.

This library uses Android key store for app-private keys which was introduced in android 4.3 https://developer.android.com/about/versions/android-4.3.html

Read more about them in https://developer.android.com/training/articles/keystore.html