From ceb9bbc5df7c384d5a6b3dec916e1c838f994536 Mon Sep 17 00:00:00 2001 From: Alex Yakavenka Date: Thu, 23 Aug 2012 10:15:22 -0700 Subject: Telephony: Add ICC_UNKNOWN intent Change-Id: I1a666973dd23f510a0cce60ef7db462728717fc0 --- telephony/java/com/android/internal/telephony/IccCardConstants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'telephony/java') diff --git a/telephony/java/com/android/internal/telephony/IccCardConstants.java b/telephony/java/com/android/internal/telephony/IccCardConstants.java index 20439bc..4d1eb3f 100644 --- a/telephony/java/com/android/internal/telephony/IccCardConstants.java +++ b/telephony/java/com/android/internal/telephony/IccCardConstants.java @@ -22,6 +22,8 @@ public class IccCardConstants { /* The extra data for broacasting intent INTENT_ICC_STATE_CHANGE */ 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) */ public static final String INTENT_VALUE_ICC_NOT_READY = "NOT_READY"; /* ABSENT means ICC is missing */ -- cgit v1.1