Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Fingerprint without Prompt Window #75

Open
waqas-334 opened this issue Apr 18, 2022 · 1 comment
Open

Getting Fingerprint without Prompt Window #75

waqas-334 opened this issue Apr 18, 2022 · 1 comment

Comments

@waqas-334
Copy link

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

@Aksi0m
Copy link
Member

Aksi0m commented May 9, 2022

Hey @waqas-334 ,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants