Language

BiometricManagerAuthenticators Enum

Definition

public enum BiometricManagerAuthenticators
type BiometricManagerAuthenticators = 
Inheritance
BiometricManagerAuthenticators

Fields

Name Value Description
LessThanStrong 0

Any biometric (e.g. fingerprint, iris, or face) on the device that falls short of the requirements for Class 3 (formerly Strong), as defined by the Android CDD.

For example, this includes a biometric that satisfies BIOMETRIC_WEAK but does not reach BIOMETRIC_STRONG.

This constant is intended to be used by public methods like BiometricManager.getBiometricSensorStrengths for obscuration.

Android reference for android.hardware.biometrics.BiometricManager.Authenticators.LESS_THAN_STRONG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BiometricStrong 15
BiometricWeak 255
DeviceCredential 32768
IdentityCheck 65536

Applies to