Merge "Correct the intent name of RCS_SINGLE_REGISTRATION_CAPABILITY_UPDATE" am: 0a615c032b
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/1660918
Change-Id: I5e9d9360ca48f4aba1a789502ef3932ef2ab02ad
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6bdf55c..014fc17 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -105,7 +105,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" />
+ <protected-broadcast android:name= "android.telephony.ims.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" />