DevicePolicyManager.ExtraProvisioningLeaveAllSystemAppsEnabled Field

Definition

A Boolean extra that can be used by the mobile device management application to skip the disabling of system apps during provisioning when set to true.

[Android.Runtime.Register("EXTRA_PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED", ApiSince=22)]
public const string ExtraProvisioningLeaveAllSystemAppsEnabled;
[<Android.Runtime.Register("EXTRA_PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED", ApiSince=22)>]
val mutable ExtraProvisioningLeaveAllSystemAppsEnabled : string

Field Value

Attributes

Remarks

A Boolean extra that can be used by the mobile device management application to skip the disabling of system apps during provisioning when set to true.

Use in an NFC record with #MIME_TYPE_PROVISIONING_NFC, an intent with action #ACTION_PROVISION_MANAGED_PROFILE that starts profile owner provisioning or set as an extra to the intent result of the #ACTION_GET_PROVISIONING_MODE activity.

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

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