Merge change 23717 into eclair
* changes: Make new attribute EXTRA_CHANGED_COMPONENT_NAME in broadcast intent ACTION_PACKAGE_CHANGED public so that apps like launcher can find out the changed component name when loading changes made in components.
This commit is contained in:
@ -34212,6 +34212,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="EXTRA_CHANGED_COMPONENT_NAME"
|
||||||
|
type="java.lang.String"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value=""android.intent.extra.changed_component_name""
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="EXTRA_DATA_REMOVED"
|
<field name="EXTRA_DATA_REMOVED"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
@ -2039,7 +2039,7 @@ public class Intent implements Parcelable {
|
|||||||
/**
|
/**
|
||||||
* Used as an int extra field in {@link android.content.Intent#ACTION_PACKAGE_CHANGED}
|
* Used as an int extra field in {@link android.content.Intent#ACTION_PACKAGE_CHANGED}
|
||||||
* intent to supply the name of the component that changed.
|
* intent to supply the name of the component that changed.
|
||||||
* @hide
|
*
|
||||||
*/
|
*/
|
||||||
public static final String EXTRA_CHANGED_COMPONENT_NAME =
|
public static final String EXTRA_CHANGED_COMPONENT_NAME =
|
||||||
"android.intent.extra.changed_component_name";
|
"android.intent.extra.changed_component_name";
|
||||||
|
Reference in New Issue
Block a user