ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE constant

String const ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE

Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable. The extra data {@link #EXTRA_CHANGED_PACKAGE_LIST} contains a list of packages whose availability changed. The extra data {@link #EXTRA_CHANGED_UID_LIST} contains a list of uids of packages whose availability changed. The specified set of packages can no longer be launched and are practically unavailable on the system.

Inclues the following extras:

  • {@link #EXTRA_CHANGED_PACKAGE_LIST} is the set of packages whose resources are no longer available. {@link #EXTRA_CHANGED_UID_LIST} is the set of packages whose resources are no longer available.

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

Implementation

static const String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE =
    "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE";