summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorrich cannings <richc@google.com>2012-08-29 14:49:51 -0700
committerrich cannings <richc@google.com>2012-08-30 16:00:59 -0700
commitd1b5cfc94ae940f42be352e7ed98c21c973471b2 (patch)
tree17d17b61ad35f94a6a6db81432c271355c204c6b /core/res/AndroidManifest.xml
parent0fa814d7e6d16e68fa715175cf3122b19fd9e59c (diff)
downloadframeworks_base-d1b5cfc94ae940f42be352e7ed98c21c973471b2.zip
frameworks_base-d1b5cfc94ae940f42be352e7ed98c21c973471b2.tar.gz
frameworks_base-d1b5cfc94ae940f42be352e7ed98c21c973471b2.tar.bz2
Notify verifiers that verification is complete
Send the Intent.ACTION_PACKAGE_VERIFIED to all verifiers when verification is complete (either one verifier verified the package or a timeout occurred). Details of what occurred is in a new extra, PackageManager.EXTRA_VERIFICATION_RESULT. Bug: 7048930 Change-Id: I4f9855a29b0eb6d77f469891402c69e2e8922945
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index abb9c0f..f5f1109 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -43,6 +43,7 @@
<protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
<protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
<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.CONFIGURATION_CHANGED" />
<protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />