android.intent.action.CONTENT_CHANGED should be system protected
am: a5a1bf16ac

* commit 'a5a1bf16ac9e76aa817a045b65a2c97c35793620':
  android.intent.action.CONTENT_CHANGED should be system protected

Change-Id: I0e082db424cee847392bd40b9c377c6b73574f0f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 36d5ef6..a2d0bda 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,6 +25,8 @@
     <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
 
     <protected-broadcast android:name="android.provider.action.EXTERNAL_PROVIDER_CHANGE" />
+    <protected-broadcast android:name="android.intent.action.CONTENT_CHANGED" />
+
     <!-- This permission is only used to send the ACTION_EXTERNAL_PROVIDER_CHANGE intent. -->
     <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />