From 32f589046b4105f1a1b7cc2231d334e3971549e6 Mon Sep 17 00:00:00 2001 From: Suchi Amalapurapu Date: Wed, 2 Sep 2009 15:36:20 -0700 Subject: [PATCH] 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. --- api/current.xml | 11 +++++++++++ core/java/android/content/Intent.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index d8609ec452a93..b052a61718ee3 100644 --- a/api/current.xml +++ b/api/current.xml @@ -34212,6 +34212,17 @@ visibility="public" > + +