Make below Intents as protected

- android.intent.action.ACTION_MANAGED_ROAMING_IND
- android.intent.action.SUBSCRIPTION_INFO_RECORD_ADDED

Bug: 147080889
Change-Id: Ie802ad3eb2f7f11b74848a92e4f420e4f3d33bb3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a1949dd..258ec1c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -93,6 +93,9 @@
     <!-- For Vendor Debugging in Telephony -->
     <protected-broadcast android:name="android.telephony.action.ANOMALY_REPORTED" />
 
+    <protected-broadcast android:name= "android.intent.action.SUBSCRIPTION_INFO_RECORD_ADDED" />
+    <protected-broadcast android:name= "android.intent.action.ACTION_MANAGED_ROAMING_IND" />
+
     <!-- Allows granting runtime permissions to telephony related components. -->
     <uses-permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS_TO_TELEPHONY_DEFAULTS" />