We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 513f68b + 5a60f05 commit 4e9c7e3Copy full SHA for 4e9c7e3
telephony/java/com/android/internal/telephony/IccCardConstants.java
@@ -22,6 +22,8 @@ public class IccCardConstants {
22
23
/* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */
24
public static final String INTENT_KEY_ICC_STATE = "ss";
25
+ /* UNKNOWN means the ICC state is unknown */
26
+ public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN";
27
/* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
28
public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY";
29
/* ABSENT means ICC is missing */
0 commit comments