Android.App.Admin.DevicePolicyManager.ExtraProvisioningAdminExtrasBundle Field
A Android.OS.Parcelable extra of type Android.OS.PersistableBundle that allows a mobile device management application that starts managed profile provisioning to pass data to itself on the managed profile when provisioning completes.

Syntax

[Android.Runtime.Register("EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE")]
public const string ExtraProvisioningAdminExtrasBundle

Remarks

A Android.OS.Parcelable extra of type Android.OS.PersistableBundle that allows a mobile device management application that starts managed profile provisioning to pass data to itself on the managed profile when provisioning completes. The mobile device management application sends this extra in an intent with the action DevicePolicyManager.ActionProvisionManagedProfile and receives it in DeviceAdminReceiver.OnProfileProvisioningComplete(Android.Content.Context, Android.Content.Intent) via an intent with the action DeviceAdminReceiver.ActionProfileProvisioningComplete. The bundle is not changed during the managed profile provisioning.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8