diff options
| author | Amit Mahajan <amitmahajan@google.com> | 2020-01-25 00:19:42 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-25 00:19:42 +0000 |
| commit | a45fad224b568b80dffd1ae5956a4d75e2320cb8 (patch) | |
| tree | 4ded2a983125f80fcf5c2e5e5b2d785b941dc8ad /core/java/android/content/Intent.java | |
| parent | f82fd3dc815ac45248dab5ea53293d2dae45377a (diff) | |
| parent | bb61b17cd934d09ee74831c2d4a2820c9c898c2b (diff) | |
Merge "Move EXTRA_SERVICE_STATE from Intent to ServiceState."
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index a07625315a2d..acffec98b2fc 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -4562,12 +4562,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. |
