다음을 통해 공유


DevicePolicyManager.ExtraProvisioningSkipEncryption Field

Definition

A boolean extra indicating whether device encryption can be skipped as part of provisioning.

[Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_ENCRYPTION", ApiSince=23)]
public const string ExtraProvisioningSkipEncryption;
[<Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_ENCRYPTION", ApiSince=23)>]
val mutable ExtraProvisioningSkipEncryption : string

Field Value

Attributes

Remarks

A boolean extra indicating whether device encryption can be skipped as part of provisioning.

Use in an NFC record with #MIME_TYPE_PROVISIONING_NFC or an intent with action #ACTION_PROVISION_MANAGED_DEVICE that starts device owner provisioning.

From android.os.Build.VERSION_CODES#N onwards, this is also supported for an intent with action #ACTION_PROVISION_MANAGED_PROFILE.

Java documentation for android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_SKIP_ENCRYPTION.

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