DevicePolicyManager.ExtraProvisioningMode 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 intent extra holding the provisioning mode returned by the administrator.
[Android.Runtime.Register("EXTRA_PROVISIONING_MODE", ApiSince=29)]
public const string ExtraProvisioningMode;
[<Android.Runtime.Register("EXTRA_PROVISIONING_MODE", ApiSince=29)>]
val mutable ExtraProvisioningMode : string
Field Value
- Attributes
Remarks
An intent extra holding the provisioning mode returned by the administrator. The value of this extra must be one of the values provided in #EXTRA_PROVISIONING_ALLOWED_PROVISIONING_MODES
, which is provided as an intent extra to the admin app's #ACTION_GET_PROVISIONING_MODE
activity.
Java documentation for android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_MODE
.
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.