summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Varun Shah <varunshah@google.com> 2021-09-18 01:03:12 +0000
committer Varun Shah <varunshah@google.com> 2021-09-18 03:43:34 +0000
commit6f0410a2b22e7ef6ff8aef046f22e7704fbeefb7 (patch)
tree0b8178fbfcd34662e2e08bbe2f1f4dd60acd3333
parent50348e3120535ad08e93ed5cad3870f8ce34275a (diff)
Add PACKAGES_SUSPENSION_CHANGED as a protected broadcast.
Bug: 169137795 Change-Id: Iadc43987703ddc4a1e3df7f4f8f317d88aa0f778 Test: atest SuspendPackagesBroadcastTest#sendPackagesSuspendModifiedForUser
-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 bad79eb13749..b0ad7c593d7a 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -55,6 +55,7 @@
<protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
<protected-broadcast android:name="android.intent.action.PACKAGES_SUSPENDED" />
<protected-broadcast android:name="android.intent.action.PACKAGES_UNSUSPENDED" />
+ <protected-broadcast android:name="android.intent.action.PACKAGES_SUSPENSION_CHANGED" />
<protected-broadcast android:name="android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY" />
<protected-broadcast android:name="android.intent.action.DISTRACTING_PACKAGES_CHANGED" />
<protected-broadcast android:name="android.intent.action.ACTION_PREFERRED_ACTIVITY_CHANGED" />