1

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?

Taha Sami
  • 1,565
  • 1
  • 16
  • 43

1 Answers1

0

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

  • This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://stackoverflow.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). Once you have enough [reputation](https://stackoverflow.com/help/whats-reputation), you can also [add a bounty](https://stackoverflow.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/late-answers/30328985) – mochadwi Nov 13 '21 at 14:11