diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-09-21 10:57:45 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-09-21 17:04:16 -0700 |
commit | 52c62344c585662d6b441a08c2a69a5732255a6f (patch) | |
tree | 0206b464fcc82fadbfefbedf9fecd3368750702b /core/res/AndroidManifest.xml | |
parent | 6de76d21ff60818f8b296fc8f645897203f475da (diff) | |
download | frameworks_base-52c62344c585662d6b441a08c2a69a5732255a6f.zip frameworks_base-52c62344c585662d6b441a08c2a69a5732255a6f.tar.gz frameworks_base-52c62344c585662d6b441a08c2a69a5732255a6f.tar.bz2 |
Fix issue #7213113: Remove old intent resolver
Also make the query package restart broadcast protected like the
documentation says it should be.
Change-Id: I445166111318a02f2f2b1ab0dff9c641a441c20b
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 661b70c..a8bee4d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -45,6 +45,7 @@ <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" /> <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" /> <protected-broadcast android:name="android.intent.action.UID_REMOVED" /> + <protected-broadcast android:name="android.intent.action.QUERY_PACKAGE_RESTART" /> <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" /> <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" /> <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" /> |