Merge "OverlayManagerService: Make broadcasts/updates explicit" into oc-dev
am: ec8f353668
Change-Id: Ied4fc0b2fe79c69e6fd1b8677a5d615300119b39
This commit is contained in:
@@ -3215,13 +3215,6 @@ public class Intent implements Parcelable, Cloneable {
|
||||
public static final String ACTION_MEDIA_RESOURCE_GRANTED =
|
||||
"android.intent.action.MEDIA_RESOURCE_GRANTED";
|
||||
|
||||
/**
|
||||
* Broadcast Action: An overlay package has been installed. The data
|
||||
* contains the name of the added overlay package.
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_OVERLAY_ADDED = "android.intent.action.OVERLAY_ADDED";
|
||||
|
||||
/**
|
||||
* Broadcast Action: An overlay package has changed. The data contains the
|
||||
* name of the overlay package which has changed. This is broadcast on all
|
||||
@@ -3233,22 +3226,6 @@ public class Intent implements Parcelable, Cloneable {
|
||||
*/
|
||||
public static final String ACTION_OVERLAY_CHANGED = "android.intent.action.OVERLAY_CHANGED";
|
||||
|
||||
/**
|
||||
* Broadcast Action: An overlay package has been removed. The data contains
|
||||
* the name of the overlay package which has been removed.
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_OVERLAY_REMOVED = "android.intent.action.OVERLAY_REMOVED";
|
||||
|
||||
/**
|
||||
* Broadcast Action: The order of a package's list of overlay packages has
|
||||
* changed. The data contains the package name of the overlay package that
|
||||
* had its position in the list adjusted.
|
||||
* @hide
|
||||
*/
|
||||
public static final String
|
||||
ACTION_OVERLAY_PRIORITY_CHANGED = "android.intent.action.OVERLAY_PRIORITY_CHANGED";
|
||||
|
||||
/**
|
||||
* Activity Action: Allow the user to select and return one or more existing
|
||||
* documents. When invoked, the system will display the various
|
||||
|
||||
Reference in New Issue
Block a user