Skip to content

Commit 78e7322

Browse files
Wink SavilleAndroid Git Automerger
authored andcommitted
am 4e9c7e3: am 5a60f05: am 13ab2c9: Merge "Telephony: Add ICC_UNKNOWN intent"
* commit '4e9c7e3f60cee01b5bf376d53938b07c97f35a9e': Telephony: Add ICC_UNKNOWN intent
2 parents d820c38 + 4e9c7e3 commit 78e7322

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)