Loading core/java/android/content/Intent.java +9 −8 Original line number Diff line number Diff line Loading @@ -1890,9 +1890,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_PACKAGE_FULLY_REMOVED = "android.intent.action.PACKAGE_FULLY_REMOVED"; /** * Broadcast Action: An existing application package has been changed (e.g. * a component has been enabled or disabled). The data contains the name of * the package. * 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. * <ul> * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package. * <li> {@link #EXTRA_CHANGED_COMPONENT_NAME_LIST} containing the class name Loading Loading @@ -1964,9 +1964,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; /** * Broadcast Action: Sent to the installer package of an application * when that application is first launched (that is the first time it * is moved out of the stopped state). The data contains the name of the package. * Broadcast Action: Sent to the installer package of an application when * that application is first launched (that is the first time it is moved * out of the stopped state). The data contains the name of the package. * * <p class="note">This is a protected intent that can only be sent * by the system. Loading Loading @@ -1994,8 +1994,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_PACKAGE_VERIFIED = "android.intent.action.PACKAGE_VERIFIED"; /** * Broadcast Action: Sent to the system intent filter verifier when an intent filter * needs to be verified. The data contains the filter data hosts to be verified against. * Broadcast Action: Sent to the system intent filter verifier when an * intent filter needs to be verified. The data contains the filter data * hosts to be verified against. * <p class="note"> * This is a protected intent that can only be sent by the system. * </p> Loading Loading
core/java/android/content/Intent.java +9 −8 Original line number Diff line number Diff line Loading @@ -1890,9 +1890,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_PACKAGE_FULLY_REMOVED = "android.intent.action.PACKAGE_FULLY_REMOVED"; /** * Broadcast Action: An existing application package has been changed (e.g. * a component has been enabled or disabled). The data contains the name of * the package. * 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. * <ul> * <li> {@link #EXTRA_UID} containing the integer uid assigned to the package. * <li> {@link #EXTRA_CHANGED_COMPONENT_NAME_LIST} containing the class name Loading Loading @@ -1964,9 +1964,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; /** * Broadcast Action: Sent to the installer package of an application * when that application is first launched (that is the first time it * is moved out of the stopped state). The data contains the name of the package. * Broadcast Action: Sent to the installer package of an application when * that application is first launched (that is the first time it is moved * out of the stopped state). The data contains the name of the package. * * <p class="note">This is a protected intent that can only be sent * by the system. Loading Loading @@ -1994,8 +1994,9 @@ public class Intent implements Parcelable, Cloneable { public static final String ACTION_PACKAGE_VERIFIED = "android.intent.action.PACKAGE_VERIFIED"; /** * Broadcast Action: Sent to the system intent filter verifier when an intent filter * needs to be verified. The data contains the filter data hosts to be verified against. * Broadcast Action: Sent to the system intent filter verifier when an * intent filter needs to be verified. The data contains the filter data * hosts to be verified against. * <p class="note"> * This is a protected intent that can only be sent by the system. * </p> Loading