We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a28605 + eb2257c commit f087557Copy full SHA for f087557
telephony/java/com/android/internal/telephony/DctConstants.java
@@ -90,6 +90,7 @@ public enum Activity {
90
public static final int CMD_SET_USER_DATA_ENABLE = BASE + 30;
91
public static final int CMD_SET_DEPENDENCY_MET = BASE + 31;
92
public static final int CMD_SET_POLICY_DATA_ENABLE = BASE + 32;
93
+ public static final int EVENT_ICC_CHANGED = BASE + 33;
94
95
/***** Constants *****/
96
0 commit comments