Android.App.Admin.DevicePolicyManager.ExtraProvisioningEmailAddress Field
A String extra that, holds the email address of the account which a managed profile is created for.

Syntax

[Android.Runtime.Register("EXTRA_PROVISIONING_EMAIL_ADDRESS")]
public const string ExtraProvisioningEmailAddress

Remarks

A String extra that, holds the email address of the account which a managed profile is created for. Used with DevicePolicyManager.ActionProvisionManagedProfile and DeviceAdminReceiver.ActionProfileProvisioningComplete.

This extra is part of the DevicePolicyManager.ExtraProvisioningAdminExtrasBundle.

If the DevicePolicyManager.ActionProvisionManagedProfile intent that starts managed provisioning contains this extra, it is forwarded in the DeviceAdminReceiver.ActionProfileProvisioningComplete intent to the mobile device management application that was set as the profile owner during provisioning. It is usually used to avoid that the user has to enter their email address twice.

[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