summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-09-02 16:25:01 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-09-02 16:25:01 -0700
commit23db17314d32b56727123d21e3ca899a441c2a60 (patch)
tree90532c9602661a4fc1604985c0a13a5cf7e53240 /core
parentd4c1baf93708ad4e90c556e6041a498dbffaaba0 (diff)
parent32f589046b4105f1a1b7cc2231d334e3971549e6 (diff)
downloadframeworks_base-23db17314d32b56727123d21e3ca899a441c2a60.zip
frameworks_base-23db17314d32b56727123d21e3ca899a441c2a60.tar.gz
frameworks_base-23db17314d32b56727123d21e3ca899a441c2a60.tar.bz2
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.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/content/Intent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 2a17672..87a8f39 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -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";