Android.Content.Intent.ActionUidRemoved Field
Broadcast Action: A user ID has been removed from the system.

Syntax

[Android.Runtime.Register("ACTION_UID_REMOVED")]
public const string ActionUidRemoved

Remarks

Broadcast Action: A user ID has been removed from the system. The user ID number is stored in the extra data under Intent.ExtraUid.

This is a protected intent that can only be sent by the system.

[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