kevalpatel2106 / FingerprintDialogCompat

FingerprintDialog from Android 28 (P) back ported to Android 23 (M).
http://github.com/kevalpatel2106
Apache License 2.0
104 stars 32 forks source link

Support BiometricPrompt #1

Closed tinsukE closed 6 years ago

tinsukE commented 6 years ago

The new P Developer Preview changed the API to a more generic BiometricPrompt.

Will the library be updated to support that?

kevalpatel2106 commented 6 years ago

I will look into this and make further comments.

kevalpatel2106 commented 6 years ago

@tinsukE I looked into the BiometricPrompt. I think that support library for BiometricPrompt is already available. See this blog.