ACTION_PACKAGE_CHANGED constant

String const ACTION_PACKAGE_CHANGED

Broadcast Action: An existing application package has been changed (for example, a component has been enabled or disabled). The data contains the name of the package.

  • {@link #EXTRA_UID} containing the integer uid assigned to the package.
  • {@link #EXTRA_CHANGED_COMPONENT_NAME_LIST} containing the class name of the changed components (or the package name itself).
  • {@link #EXTRA_DONT_KILL_APP} containing boolean field to override the default action of restarting the application.

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

Implementation

static const String ACTION_PACKAGE_CHANGED =
    "android.intent.action.PACKAGE_CHANGED";