DevicePolicyManager.ActionManagedProfileProvisioned 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.
Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile has completed successfully.
[Android.Runtime.Register("ACTION_MANAGED_PROFILE_PROVISIONED", ApiSince=23)]
public const string ActionManagedProfileProvisioned;
[<Android.Runtime.Register("ACTION_MANAGED_PROFILE_PROVISIONED", ApiSince=23)>]
val mutable ActionManagedProfileProvisioned : string
Field Value
- Attributes
Remarks
Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile has completed successfully.
The broadcast is limited to the primary profile, to the app specified in the provisioning intent with action #ACTION_PROVISION_MANAGED_PROFILE
.
This intent will contain the following extras <ul> <li>Intent#EXTRA_USER
, corresponds to the UserHandle
of the managed profile.</li> <li>#EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE
, corresponds to the account requested to be migrated at provisioning time, if any.</li> </ul>
Java documentation for android.app.admin.DevicePolicyManager.ACTION_MANAGED_PROFILE_PROVISIONED
.
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.