am 13ab2c9f
: Merge "Telephony: Add ICC_UNKNOWN intent"
* commit '13ab2c9fdaec119a40b628ae772fd1462fbb826d': Telephony: Add ICC_UNKNOWN intent
This commit is contained in:
@ -22,6 +22,8 @@ public class IccCardConstants {
|
|||||||
|
|
||||||
/* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */
|
/* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */
|
||||||
public static final String INTENT_KEY_ICC_STATE = "ss";
|
public static final String INTENT_KEY_ICC_STATE = "ss";
|
||||||
|
/* UNKNOWN means the ICC state is unknown */
|
||||||
|
public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN";
|
||||||
/* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
|
/* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
|
||||||
public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY";
|
public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY";
|
||||||
/* ABSENT means ICC is missing */
|
/* ABSENT means ICC is missing */
|
||||||
|
Reference in New Issue
Block a user