DevicePolicyManager.ActionProvisioningSuccessful Field

Definition

Activity action: This activity action is sent to indicate that provisioning of a managed profile or managed device has completed successfully.

[Android.Runtime.Register("ACTION_PROVISIONING_SUCCESSFUL", ApiSince=26)]
public const string ActionProvisioningSuccessful;
[<Android.Runtime.Register("ACTION_PROVISIONING_SUCCESSFUL", ApiSince=26)>]
val mutable ActionProvisioningSuccessful : string

Field Value

Attributes

Remarks

Activity action: This activity action is sent to indicate that provisioning of a managed profile or managed device has completed successfully. It'll be sent at the same time as DeviceAdminReceiver#ACTION_PROFILE_PROVISIONING_COMPLETE broadcast but this will be delivered faster as it's an activity intent.

The intent is only sent to the new device or profile owner.

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

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