You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am using your library and it 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
The text was updated successfully, but these errors were encountered:
unfortunately the thing you want to achieve is not possible with the new biometric API from google. It also hardly depends on the device manufacturer but you will in all cases have some kind of system dialog/bottom sheet on the screen for biometric input.
You can achieve what you want with using the old fingerprint manager API, but it is deprecated and I would not recommend it.
Hey, I am using your library and it 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
The text was updated successfully, but these errors were encountered: