python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Detect separately for availability of fingerprint and face authentication biometrics
My requirement is that if face authentication is available in user's phone, I'll prompt the user for enabling face recognition, and I won't prompt for fingerprint authentication. But if face authentic...
Sparsh Dutta
Votes: 0
Answers: 0
FaceUnlock is not working in my app android kotlin
I have tried to setup fingerprint, pattern/password/pin, faceUnlock for my app. But Biometric doesn't works it always showing fingerprint with use pattern dialog. Is Still Biometrics not support FaceU...
Riya
Votes: 0
Answers: 1
PackageManager.FEATURE_FINGERPRINT always returns false on API 23
I am using Fingerprint authentication in my app. To decide whether a device has a fingerprint hardware or not I am using this
getPackageManager().hasSystemFeature(PackageManager.FEATURE_FINGERPRINT);
...
Rohit Singh
Votes: 0
Answers: 1