Skip to content

Commit 13ab2c9

Browse files
Wink Savilleandroid code review
authored andcommitted
Merge "Telephony: Add ICC_UNKNOWN intent"
2 parents 8bfba7d + ceb9bbc commit 13ab2c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

telephony/java/com/android/internal/telephony/IccCardConstants.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public class IccCardConstants {
2222

2323
/* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */
2424
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";
2527
/* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
2628
public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY";
2729
/* ABSENT means ICC is missing */

0 commit comments

Comments
 (0)