다음을 통해 공유


DevicePolicyManager.ProvisioningModeManagedProfileOnPersonalDevice Field

Definition

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.

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

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