Biometric-Authentication-Android
Biometric-Authentication-Android copied to clipboard
Any option to do fingerprint authentication without showing the bottomsheet?
Hey, your repository is very helpful. However, I was wondering if we can take the user fingerprint without prompting through a bottom sheet. Actually, I am building a vault that is disguised as a calculator, and when the user enables Fingerprint I don't want the app to show a prompt, just read the fingerprint in the background and valid then navigate to vault activity. But your library only reads via prompt. Please let me know if there is any possibility of achieving that.
Thank you