EXTRA_CHANGED_PACKAGE_LIST constant

String const EXTRA_CHANGED_PACKAGE_LIST

This field is part of {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE}, {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}, {@link android.content.Intent#ACTION_PACKAGES_SUSPENDED}, {@link android.content.Intent#ACTION_PACKAGES_UNSUSPENDED} and contains a string array of all of the components that have changed.

Implementation

static const String EXTRA_CHANGED_PACKAGE_LIST =
    "android.intent.extra.changed_package_list";