DevicePolicyManager.ProvisioningModeManagedProfileOnPersonalDevice 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.
The provisioning mode for a managed profile on a personal device.
[Android.Runtime.Register("PROVISIONING_MODE_MANAGED_PROFILE_ON_PERSONAL_DEVICE", ApiSince=31)]
public const int ProvisioningModeManagedProfileOnPersonalDevice = 3;
[<Android.Runtime.Register("PROVISIONING_MODE_MANAGED_PROFILE_ON_PERSONAL_DEVICE", ApiSince=31)>]
val mutable ProvisioningModeManagedProfileOnPersonalDevice : int
Field Value
Value = 3- Attributes
Remarks
The provisioning mode for a managed profile on a personal device.
This mode is only available when the provisioning initiator has explicitly instructed the provisioning flow to support managed profile on a personal device provisioning. In that case, #PROVISIONING_MODE_MANAGED_PROFILE
corresponds to an organization-owned managed profile, whereas this constant corresponds to a personally-owned managed profile.
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.