DevicePolicyManager.ExtraProvisioningAllowedProvisioningModes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.