Intent.ExtraUid Field

Definition

Used as an int extra field in android.content.Intent#ACTION_UID_REMOVED intents to supply the uid the package had been assigned.

[Android.Runtime.Register("EXTRA_UID")]
public const string ExtraUid;
[<Android.Runtime.Register("EXTRA_UID")>]
val mutable ExtraUid : string

Field Value

Implements

Attributes

Remarks

Used as an int extra field in android.content.Intent#ACTION_UID_REMOVED intents to supply the uid the package had been assigned. Also an optional extra in android.content.Intent#ACTION_PACKAGE_REMOVED or android.content.Intent#ACTION_PACKAGE_CHANGED for the same purpose.

Java documentation for android.content.Intent.EXTRA_UID.

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