We're implementing an android application that needs to collaborate with the fingerprint sensor. After any installation of the application, a login page will prompt and the user must add a username along with fingerprint.
I read something about that the applications can't collaborate with the fingerprint sensor. However, I thought maybe someone has an idea.
Thanks in advance.
UPDATE:
The thing that prevents me from achieving that is the BiometricPrompt which gives a true/false state. I need the exact value of a fingerprint and send the data to the server for a specific username.