Skip to content

Commit 5a60f05

Browse files
Wink SavilleAndroid Git Automerger
authored andcommitted
am 13ab2c9: Merge "Telephony: Add ICC_UNKNOWN intent"
* commit '13ab2c9fdaec119a40b628ae772fd1462fbb826d': Telephony: Add ICC_UNKNOWN intent
2 parents bfe20d1 + 13ab2c9 commit 5a60f05

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)