summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorJayachandran C <jayachandranc@google.com>2020-02-28 16:57:54 -0800
committerJayachandran C <jayachandranc@google.com>2020-02-28 16:57:54 -0800
commit6c546d00d0c42ae17412e989cf6a2f3d80bb6c94 (patch)
treea833043e71b4b7a37b3777c0e8f1c28c94eb86f5 /core/java/android/content/Intent.java
parentfb7bda97345466cdd2ac1b9e7dcbd788d05190ee (diff)
Make IccCardConstants APIs hidden as per API concil's feedback
We will make the external components to use alternate APIs in S Bug: 147320577 Change-Id: I22d35ea0fceb3071b1e21899cbdc3a26c9d8e972
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index acc4cb098ffb..315c26ad66d0 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -4080,8 +4080,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_SIM_STATE = "ss";
/**
@@ -4089,8 +4087,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_UNKNOWN = "UNKNOWN";
/**
@@ -4098,8 +4094,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_NOT_READY = "NOT_READY";
/**
@@ -4107,8 +4101,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_ABSENT = "ABSENT";
/**
@@ -4116,8 +4108,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_PRESENT = "PRESENT";
/**
@@ -4125,8 +4115,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
static public final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR";
/**
@@ -4135,8 +4123,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
static public final String SIM_STATE_CARD_RESTRICTED = "CARD_RESTRICTED";
/**
@@ -4144,8 +4130,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_LOCKED = "LOCKED";
/**
@@ -4153,8 +4137,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_READY = "READY";
/**
@@ -4162,8 +4144,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_IMSI = "IMSI";
/**
@@ -4171,8 +4151,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_LOADED = "LOADED";
/**
@@ -4187,8 +4165,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_SIM_LOCKED_REASON = "reason";
/**
@@ -4196,8 +4172,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_ON_PIN = "PIN";
/**
@@ -4206,8 +4180,6 @@ public class Intent implements Parcelable, Cloneable {
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
/* PUK means ICC is locked on PUK1 */
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_ON_PUK = "PUK";
/**
@@ -4215,8 +4187,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_NETWORK = "NETWORK";
/**
@@ -4224,8 +4194,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED";
/**
@@ -4236,8 +4204,6 @@ public class Intent implements Parcelable, Cloneable {
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED} or
* {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_REBROADCAST_ON_UNLOCK = "rebroadcastOnUnlock";
/**