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)
Deprecated method createConfirmDeviceCredentialIntent (CharSequence, CharSequence)
There is a method for creating intent for asking user to authenticate. It was prompting to authenticate with biometrics (if exists) or with PIN/Pattern/Password if no biometrics enrolled.
Now it is de...
Evgeniy Mishustin
Votes: 0
Answers: 1
How to listen the cancel event from confirmation screen of a biometric prompt?
I'm implementing the latest Biometric prompt in my app and made the Confirmation required true. While doing facial recognition it prompts for user confirmation on successful face verification. If the ...
Raj
Votes: 0
Answers: 1
Biometric API - How to force to use Face authentication?
I want to force a device with face id, to use Face authentication to login in my application, using Biometric API.
I'm using BIOMETRIC_WEAK but, its always asking for fingerprint instead face id.
Bio...
LMaker
Votes: 0
Answers: 0
Ask for only either Face ID or Fingerprint Id in Android app
I want an implementation such that if both Face ID and fingerprint ID is enabled in user's device - my app will ask for authentication with Face ID, if only Face ID is enabled in user's device - my ap...
Sparsh Dutta
Votes: 0
Answers: 0