PackageManager.FeatureDeviceIdAttestation 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.
Feature for #getSystemAvailableFeatures and #hasSystemFeature:
The device has a KeyMint (or Keymaster) implementation that supports device ID attestation.
[Android.Runtime.Register("FEATURE_DEVICE_ID_ATTESTATION", ApiSince=37)]
public const string FeatureDeviceIdAttestation;
[<Android.Runtime.Register("FEATURE_DEVICE_ID_ATTESTATION", ApiSince=37)>]
val mutable FeatureDeviceIdAttestation : string
Field Value
- Attributes
Remarks
Feature for getSystemAvailableFeatures() and hasSystemFeature(String): The device has a KeyMint (or Keymaster) implementation that supports device ID attestation. See the public documentation for more information about device ID attestation.
Android reference for android.content.pm.PackageManager.FEATURE_DEVICE_ID_ATTESTATION.
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.