diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-06-12 19:48:18 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-06-12 19:48:18 +0000 |
| commit | 0348ab2db100f365a524dd6217e975d808dc4d33 (patch) | |
| tree | 3792047ce2b2b0875644fe97b4a0b853dec4e059 /core/java | |
| parent | 42884020a2f7af86a8bfc4b9658e9c6243acfd8a (diff) | |
| parent | 7f3a2f81c022b5d9d73e98a9da51d60d36956f2b (diff) | |
Merge "Removes deprecated EXTRA_EPHEMERAL*"
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/Intent.java | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 3dfabdd74a86..631c4b7d1912 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -4602,15 +4602,6 @@ public class Intent implements Parcelable, Cloneable { public static final String EXTRA_INITIAL_INTENTS = "android.intent.extra.INITIAL_INTENTS"; /** - * A {@link IntentSender} to start after ephemeral installation success. - * @deprecated Use {@link #EXTRA_INSTANT_APP_SUCCESS). - * @removed - * @hide - */ - @Deprecated - public static final String EXTRA_EPHEMERAL_SUCCESS = "android.intent.extra.EPHEMERAL_SUCCESS"; - - /** * A {@link IntentSender} to start after instant app installation success. * @hide */ @@ -4619,15 +4610,6 @@ public class Intent implements Parcelable, Cloneable { "android.intent.extra.INSTANT_APP_SUCCESS"; /** - * A {@link IntentSender} to start after ephemeral installation failure. - * @deprecated Use {@link #EXTRA_INSTANT_APP_FAILURE). - * @removed - * @hide - */ - @Deprecated - public static final String EXTRA_EPHEMERAL_FAILURE = "android.intent.extra.EPHEMERAL_FAILURE"; - - /** * A {@link IntentSender} to start after instant app installation failure. * @hide */ @@ -4636,15 +4618,6 @@ public class Intent implements Parcelable, Cloneable { "android.intent.extra.INSTANT_APP_FAILURE"; /** - * The host name that triggered an ephemeral resolution. - * @deprecated Use {@link #EXTRA_INSTANT_APP_HOSTNAME). - * @removed - * @hide - */ - @Deprecated - public static final String EXTRA_EPHEMERAL_HOSTNAME = "android.intent.extra.EPHEMERAL_HOSTNAME"; - - /** * The host name that triggered an instant app resolution. * @hide */ @@ -4653,15 +4626,6 @@ public class Intent implements Parcelable, Cloneable { "android.intent.extra.INSTANT_APP_HOSTNAME"; /** - * An opaque token to track ephemeral resolution. - * @deprecated Use {@link #EXTRA_INSTANT_APP_TOKEN). - * @removed - * @hide - */ - @Deprecated - public static final String EXTRA_EPHEMERAL_TOKEN = "android.intent.extra.EPHEMERAL_TOKEN"; - - /** * An opaque token to track instant app resolution. * @hide */ |
