Can I use FingerprintManager instead of BiometricPrompt in API 28 or newer?

202 Views Asked by At

Can I use FingerprintManager instead of BiometricPrompt in API 28 or newer?

I noticed there is a lot of apps that used AuthenticationCallback but not sure that AuthenticationCallback backs to FingerprintManager or BiometricPrompt but these apps don't show dialog when using the AuthenticationCallback.

I don't want to use BiometricPrompt because I don't want to show any dialog so is it good to use FingerprintManager instead of BiometricPrompt in API 28 or newer?

1

There are 1 best solutions below

1
HabibUllah786 On

The same research did by me. I tried to add fingerprint authentication with BiometricPrompt but you know that has shown the UI also.