diff --git a/packages/CarrierDefaultApp/AndroidManifest.xml b/packages/CarrierDefaultApp/AndroidManifest.xml
index e2080b08c4dfa..d9109202f916a 100644
--- a/packages/CarrierDefaultApp/AndroidManifest.xml
+++ b/packages/CarrierDefaultApp/AndroidManifest.xml
@@ -31,7 +31,7 @@
Broadcast Action: when data connections setup fails. * intended for sim/account status checks and only sent to the specified carrier app @@ -424,7 +424,7 @@ public class TelephonyIntents { *
This is a protected intent that can only be sent by the system.
*/ public static final String ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED = - "android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED"; + "com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED"; /** *Broadcast Action: when pco value is available. @@ -441,7 +441,7 @@ public class TelephonyIntents { *
This is a protected intent that can only be sent by the system.
*/ public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = - "android.intent.action.CARRIER_SIGNAL_PCO_VALUE"; + "com.android.internal.telephony.CARRIER_SIGNAL_PCO_VALUE"; // CARRIER_SIGNAL_ACTION extra keys public static final String EXTRA_REDIRECTION_URL_KEY = "redirectionUrl";