PackageManager.FeatureStrongboxKeystore Field

Definition

Feature for #getSystemAvailableFeatures, #hasSystemFeature(String), and #hasSystemFeature(String, int): If this feature is supported, the device implements the Android Keystore backed by a dedicated secure processor referred to as <a href="https://source.

[Android.Runtime.Register("FEATURE_STRONGBOX_KEYSTORE", ApiSince=28)]
public const string FeatureStrongboxKeystore;
[<Android.Runtime.Register("FEATURE_STRONGBOX_KEYSTORE", ApiSince=28)>]
val mutable FeatureStrongboxKeystore : string

Field Value

String
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.FEATURE_STRONGBOX_KEYSTORE.

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