DeviceAdminInfo.UsesEncryptedStorage Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.

A type of policy that this device admin can use: require encryption of stored data.

[Android.Runtime.Register("USES_ENCRYPTED_STORAGE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)]
public const Android.App.Admin.DeviceAdminUses UsesEncryptedStorage = 7;
[<Android.Runtime.Register("USES_ENCRYPTED_STORAGE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)>]
val mutable UsesEncryptedStorage : Android.App.Admin.DeviceAdminUses

Field Value

Value = 7

Implements

Attributes

Remarks

A type of policy that this device admin can use: require encryption of stored data.

To control this policy, the device admin must have a "encrypted-storage" tag in the "uses-policies" section of its meta-data.

Java documentation for android.app.admin.DeviceAdminInfo.USES_ENCRYPTED_STORAGE.

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