Make new SIM state related broadcasts protected.
Test: none
Bug: 64131518
Merged-in: Ia33678e41e6ef7e707020f654b357ec326d351a3
Change-Id: Ia33678e41e6ef7e707020f654b357ec326d351a3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 53384d9..035d11c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -80,6 +80,8 @@
<protected-broadcast android:name= "com.android.internal.telephony.CARRIER_VVM_PACKAGE_INSTALLED" />
<protected-broadcast android:name= "com.android.cellbroadcastreceiver.GET_LATEST_CB_AREA_INFO" />
<protected-broadcast android:name= "android.intent.action.CURRENT_CARRIER_IDENTITY_CHANGED" />
+ <protected-broadcast android:name= "android.intent.action.SIM_CARD_STATE_CHANGED" />
+ <protected-broadcast android:name= "android.intent.action.SIM_APPLICATION_STATE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.CALL_PHONE" />