Settings.ExtraBiometricAuthenticatorsAllowed Field

Definition

Activity Extra: The minimum strength to request enrollment for.

[Android.Runtime.Register("EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED", ApiSince=30)]
public const string ExtraBiometricAuthenticatorsAllowed;
[<Android.Runtime.Register("EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED", ApiSince=30)>]
val mutable ExtraBiometricAuthenticatorsAllowed : string

Field Value

Attributes

Remarks

Activity Extra: The minimum strength to request enrollment for.

This can be passed as an extra field to the #ACTION_BIOMETRIC_ENROLL intent to indicate that only enrollment for sensors that meet these requirements should be shown. The value should be a combination of the constants defined in android.hardware.biometrics.BiometricManager.Authenticators.

Java documentation for android.provider.Settings.EXTRA_BIOMETRIC_AUTHENTICATORS_ALLOWED.

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.

Applies to