Share via


BiometricManager.BiometricErrorSecurityUpdateRequired Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricCode enum directly instead of this field.

A security vulnerability has been discovered and the sensor is unavailable until a security update has addressed this issue.

[Android.Runtime.Register("BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricCode enum directly instead of this field.", true)]
public const Android.Hardware.Biometrics.BiometricCode BiometricErrorSecurityUpdateRequired = 15;
[<Android.Runtime.Register("BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Biometrics.BiometricCode enum directly instead of this field.", true)>]
val mutable BiometricErrorSecurityUpdateRequired : Android.Hardware.Biometrics.BiometricCode

Field Value

Value = 15
Attributes

Remarks

A security vulnerability has been discovered and the sensor is unavailable until a security update has addressed this issue. This error can be received if for example, authentication was requested with Authenticators#BIOMETRIC_STRONG, but the sensor's strength can currently only meet Authenticators#BIOMETRIC_WEAK.

Java documentation for android.hardware.biometrics.BiometricManager.BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED.

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