Some new android devices come with on-screen fingerprint sensors
Here are bunch of them: https://www.smartprix.com/bytes/7-best-phones-with-under-display-fingerprint-sensor/
During fingerprint authentication the icon appears on screen, where user can put his finger on. Like this one:
This cause some troubles with overlapping screen contents with this icon (like pin-keyboard)
Is there some way in android's API to define:
Setting up your fingerprintTap the Settings icon on your Android device and tap Lock screen and security. Scroll down and tap Screen lock type. Add your fingerprint — follow the instructions on your screen and go through the wizard. You'll be prompted to lift and rest your finger on the home button several times.
The biometric API provides three basic functions: Match biometric information on-card. Enroll users off-card and transfer their information on-card. Verify the user in a sequence of off-card and on-card interactions.
No, sorry, in the current Android SDK, there is nothing for either of these.
This cause some troubles with overlapping screen contents with this icon (like pin-keyboard)
Since fingerprints should not be collected except when you specifically request it (e.g., via BiometricPrompt
), and since that has its own UI, my hope is that you should not run into any situation where the fingerprint sensor interferes with existing UI.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With