RxFingerprint icon indicating copy to clipboard operation
RxFingerprint copied to clipboard

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

Open skauss opened this issue 6 years ago • 1 comments

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

skauss avatar Jun 12 '18 14:06 skauss

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.

Mauin avatar Jun 15 '18 12:06 Mauin