summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2018-10-12 11:20:18 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-12 11:20:18 -0700
commit652ec06948e37fc53cde82dfaa8a707c20429ea9 (patch)
tree2e7a83adac19029cc63e59675191e0a38abb0ecd /core/java
parent24591d2641eb7c489b169c19f54c05be39f23fc1 (diff)
parent6bd29ab2df5c1be63305f1ffa7b6c7619bd779a2 (diff)
Merge "refactor data/voice roaming states"
am: 6bd29ab2df Change-Id: Iac8184fe2dfdb7ff4c3d93ecb7c0c9dd9a7a46a5
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/Intent.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 0fc55b4a7f09..2b6077040f13 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -3946,6 +3946,12 @@ public class Intent implements Parcelable, Cloneable {
public static final String EXTRA_LTE_EARFCN_RSRP_BOOST = "LteEarfcnRsrpBoost";
/**
+ * An parcelable extra used with {@link #ACTION_SERVICE_STATE} representing the service state.
+ * @hide
+ */
+ public static final String EXTRA_SERVICE_STATE = "android.intent.extra.SERVICE_STATE";
+
+ /**
* The name of the extra used to define the text to be processed, as a
* CharSequence. Note that this may be a styled CharSequence, so you must use
* {@link Bundle#getCharSequence(String) Bundle.getCharSequence()} to retrieve it.