Android.Content.Intent.ActionManagedProfileRemoved Field
Broadcast sent to the primary user when an associated managed profile is removed.

Syntax

[Android.Runtime.Register("ACTION_MANAGED_PROFILE_REMOVED")]
public const string ActionManagedProfileRemoved

Remarks

Broadcast sent to the primary user when an associated managed profile is removed. Carries an extra Intent.ExtraUser that specifies the UserHandle of the profile that was removed. Only applications (for example Launchers) that need to display merged content across both primary and managed profiles need to worry about this broadcast. This is only sent to registered receivers, not manifest receivers.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1