summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2020-01-23 18:00:08 -0800
committerAmit Mahajan <amitmahajan@google.com>2020-01-24 06:28:05 +0000
commitbb61b17cd934d09ee74831c2d4a2820c9c898c2b (patch)
tree40bb52bd1a6a36e3179c1498d212beb4e44f79d0 /core/java/android/content/Intent.java
parent8fe9f642714217f45603f7772711bb890d894374 (diff)
Move EXTRA_SERVICE_STATE from Intent to ServiceState.
This extra is not exposed and is not used by anyone as such. Leaving it there for internal use/unsupported app usage. Test: basic sanity Bug: 140908357 Change-Id: I9fe6e904291affb1cd7b705212d47525b61a5679
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index c8c31028b9d2..52ef9e5676d7 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -4531,12 +4531,6 @@ 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.