am 743a7495: am 23db1731: Merge change 23717 into eclair

Merge commit '743a7495ab365d8a84a25ac93e22b6e6e4c5e0b4'

* commit '743a7495ab365d8a84a25ac93e22b6e6e4c5e0b4':
  Make new attribute EXTRA_CHANGED_COMPONENT_NAME in
This commit is contained in:
Suchi Amalapurapu
2009-09-02 16:29:28 -07:00
committed by Android Git Automerger
2 changed files with 12 additions and 1 deletions

View File

@@ -34212,6 +34212,17 @@
visibility="public"
>
</field>
<field name="EXTRA_CHANGED_COMPONENT_NAME"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.intent.extra.changed_component_name&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="EXTRA_DATA_REMOVED"
type="java.lang.String"
transient="false"

View File

@@ -2039,7 +2039,7 @@ public class Intent implements Parcelable {
/**
* Used as an int extra field in {@link android.content.Intent#ACTION_PACKAGE_CHANGED}
* intent to supply the name of the component that changed.
* @hide
*
*/
public static final String EXTRA_CHANGED_COMPONENT_NAME =
"android.intent.extra.changed_component_name";