RxFingerprint
RxFingerprint copied to clipboard
android.hardware.fingerprint.FingerprintManager is Deprecated in API 28
Hi, have you seen the android.hardware.fingerprint.FingerprintManager is Deprecated in API 28 Regards Stephan
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.