EXTRA_ORIGINATING_UID constant

String const EXTRA_ORIGINATING_UID

Used as an int extra field with {@link #ACTION_INSTALL_PACKAGE} and {@link #ACTION_VIEW} to indicate the uid of the package that initiated the install Currently only a system app that hosts the provider authority "downloads" or holds the permission {@link android.Manifest.permission.MANAGE_DOCUMENTS} can use this. @hide

Implementation

static const String EXTRA_ORIGINATING_UID =
    "android.intent.extra.ORIGINATING_UID";