DevicePolicyManager.ExtraProvisioningAllowedProvisioningModes Field

Definition

An ArrayList of Integer extra specifying the allowed provisioning modes.

[Android.Runtime.Register("EXTRA_PROVISIONING_ALLOWED_PROVISIONING_MODES", ApiSince=31)]
public const string ExtraProvisioningAllowedProvisioningModes;
[<Android.Runtime.Register("EXTRA_PROVISIONING_ALLOWED_PROVISIONING_MODES", ApiSince=31)>]
val mutable ExtraProvisioningAllowedProvisioningModes : string

Field Value

Attributes

Remarks

An ArrayList of Integer extra specifying the allowed provisioning modes.

This extra will be passed to the admin app's #ACTION_GET_PROVISIONING_MODE activity, whose result intent must contain #EXTRA_PROVISIONING_MODE set to one of the values in this array.

If the value set to #EXTRA_PROVISIONING_MODE is not in the array, provisioning will fail.

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

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