Merge "Correct the intent name of RCS_SINGLE_REGISTRATION_CAPABILITY_UPDATE" am: 0a615c032b am: 2473a283cb am: c76b06be1d
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/1660918
Change-Id: I49aae3a5cb96989a64535f4963dec268a539ea52
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d7181dd..08facfe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -109,7 +109,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" />