This is a protected intent that can only be sent by the system.
*/ @@ -415,7 +415,7 @@ public class TelephonyIntents { *This is a protected intent that can only be sent by the system.
*/ @@ -432,13 +432,25 @@ public class TelephonyIntents { * IPV4V6) *This is a protected intent that can only be sent by the system.
*/ public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = "com.android.internal.telephony.CARRIER_SIGNAL_PCO_VALUE"; + /** + *Broadcast Action: when framework reset all carrier actions on sim load or absent. + * intended for carrier apps clean up (clear UI e.g.) and only sent to the specified carrier app + * The intent will have the following extra values:
+ *This is a protected intent that can only be sent by the system.
+ */ + public static final String ACTION_CARRIER_SIGNAL_RESET = + "com.android.internal.telephony.CARRIER_SIGNAL_RESET"; + // CARRIER_SIGNAL_ACTION extra keys public static final String EXTRA_REDIRECTION_URL_KEY = "redirectionUrl"; public static final String EXTRA_ERROR_CODE_KEY = "errorCode";