Add PACKAGES_SUSPENSION_CHANGED as a protected broadcast.

Bug: 169137795
Change-Id: Iadc43987703ddc4a1e3df7f4f8f317d88aa0f778
Test: atest SuspendPackagesBroadcastTest#sendPackagesSuspendModifiedForUser
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index e655fab..20beaf7 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" />