android / security-samples

Multiple samples showing the best practices in security APIs on Android.
Apache License 2.0
938 stars 395 forks source link

Deprecation Notice #37

Closed codingjeremy closed 4 years ago

codingjeremy commented 5 years ago

Issue by fkirc Thursday Jul 18, 2019 at 11:02 GMT Originally opened as https://github.com/googlesamples/android-FingerprintDialog/issues/58


To make it easier for the newcomers: This library is deprecated since the release of the androidx library for the BiometricPrompt API.

If you want to combine the BiometricPrompt API with a symmetric key, then you can have a look at this fully functional Kotlin implementation: https://github.com/fkirc/secure-zip-notes/