Manifest.Permission.AccessBiometricSensorStrengths Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows an application to retrieve the sensor security strengths of the biometric sensors.
[Android.Runtime.Register("ACCESS_BIOMETRIC_SENSOR_STRENGTHS", ApiSince=37)]
public const string AccessBiometricSensorStrengths;
[<Android.Runtime.Register("ACCESS_BIOMETRIC_SENSOR_STRENGTHS", ApiSince=37)>]
val mutable AccessBiometricSensorStrengths : string
Field Value
- Attributes
Remarks
Allows an application to retrieve the sensor security strengths of the biometric sensors.
This permission is currently granted only to the WALLET role, the DEVICE_POLICY_MANAGEMENT role, and the SYSTEM_SHELL role (for easier control during testing).
Android reference for android.Manifest.permission.ACCESS_BIOMETRIC_SENSOR_STRENGTHS.
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.