Merge "Make RCS_SINGLE_REGISTRATION_CAPABILITY_UPDATE as protected broadcast" am: a8a1548249 am: 722d54f1e8 am: ac4cc554e1

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/1621941

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I10229394972451c815cb3a45231d4e6393e5abce
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a34c52e..d04b090 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -101,6 +101,7 @@
 
     <protected-broadcast android:name= "android.intent.action.SUBSCRIPTION_INFO_RECORD_ADDED" />
     <protected-broadcast android:name= "android.intent.action.ACTION_MANAGED_ROAMING_IND" />
+    <protected-broadcast android:name= "android.intent.action.RCS_SINGLE_REGISTRATION_CAPABILITY_UPDATE" />
 
     <!-- Allows granting runtime permissions to telephony related components. -->
     <uses-permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS_TO_TELEPHONY_DEFAULTS" />