protected android.telephony.action.CARRIER_SIGNAL_PCO_VALUE 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
Test: Build
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 60d5986..6562e47 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,6 +96,10 @@
     <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" />