Android-Goldfinger icon indicating copy to clipboard operation
Android-Goldfinger copied to clipboard

Getting Fingerprint without Prompt Window

Open waqas-334 opened this issue 3 years ago • 1 comments

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

waqas-334 avatar Apr 18 '22 12:04 waqas-334

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.

Aksi0m avatar May 09 '22 11:05 Aksi0m