Mauin / RxFingerprint

Android Fingerprint authentication and encryption with RxJava
Apache License 2.0
379 stars 81 forks source link

android.hardware.fingerprint.FingerprintManager is Deprecated in API 28 #103

Open skauss opened 6 years ago

skauss commented 6 years ago

Hi, have you seen the android.hardware.fingerprint.FingerprintManager is Deprecated in API 28 Regards Stephan

Mauin commented 6 years ago

Yes, I'm aware the FingerprintManager is marked as Deprecated in API 28 and will be replaced by BiometricDialog. With the release of the first Android P developer preview I've started a 3.x branch which tries to wrap both FingerprintManager and BiometricDialog depending on the device SDK. However due to time constraints I wasn't able to fully finish that work yet.