protected android.telephony.action.CARRIER_SIGNAL_PCO_VALUE broadcast
protected android.telephony.action.CARRIER_SIGNAL_RESET broadcast
protected android.telephony.action.CARRIER_SIGNAL_PCO_VALUE broadcast
protected android.telephony.action.CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE broadcast
protected android.telephony.action.CARRIER_SIGNAL_REDIRECTED broadcast
protected android.telephony.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAIL broadcast
Bug: 183144855
Change-Id: Ie478b7d3533981078e0cce9bd0d20065e5032e6c
Merged-In: Ie478b7d3533981078e0cce9bd0d20065e5032e6c
Test: Build
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a6c1ec5..c048027 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -94,6 +94,11 @@
<protected-broadcast android:name= "android.telephony.action.NETWORK_COUNTRY_CHANGED" />
<protected-broadcast android:name= "android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED" />
<protected-broadcast android:name= "android.telephony.action.MULTI_SIM_CONFIG_CHANGED" />
+ <protected-broadcast android:name= "android.telephony.action.CARRIER_SIGNAL_RESET" />
+ <protected-broadcast android:name= "android.telephony.action.CARRIER_SIGNAL_PCO_VALUE" />
+ <protected-broadcast android:name= "android.telephony.action.CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE" />
+ <protected-broadcast android:name= "android.telephony.action.CARRIER_SIGNAL_REDIRECTED" />
+ <protected-broadcast android:name= "android.telephony.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
<!-- For Vendor Debugging in Telephony -->
<protected-broadcast android:name="android.telephony.action.ANOMALY_REPORTED" />