Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Snippets Groups Projects
Commit 4e9c7e3f authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 5a60f058: am 13ab2c9f: Merge "Telephony: Add ICC_UNKNOWN intent"

* commit '5a60f058':
  Telephony: Add ICC_UNKNOWN intent
parents 513f68bc 5a60f058
Branches
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment