EXTRA_UID constant

String const EXTRA_UID

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

Implementation

static const String EXTRA_UID = "android.intent.extra.UID";