Merge "Make new slot status changed broadcast protected." am: 611ce26cbc
am: af41128c80
Change-Id: I00cbba901ea1d135b93a7f93f0700e4bacbc4939
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 035d11c..4baec2d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -80,8 +80,9 @@
<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" />
+ <protected-broadcast android:name= "android.telephony.action.SIM_CARD_STATE_CHANGED" />
+ <protected-broadcast android:name= "android.telephony.action.SIM_APPLICATION_STATE_CHANGED" />
+ <protected-broadcast android:name= "android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.CALL_PHONE" />