diff options
author | Adam Powell <adamp@google.com> | 2015-05-11 19:17:28 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-11 19:17:29 +0000 |
commit | 5fccffd573395bbd21c477f064de7c25100c3f8a (patch) | |
tree | 36e3547b64308618d442bcb6b3bd1249fc97a546 /core/java/android/content | |
parent | d6f3ebf1d0aa940d6c7edc2660f65db453e11718 (diff) | |
parent | 7d7580019e44e2e162df01ffff51de20ed0721b3 (diff) | |
download | frameworks_base-5fccffd573395bbd21c477f064de7c25100c3f8a.zip frameworks_base-5fccffd573395bbd21c477f064de7c25100c3f8a.tar.gz frameworks_base-5fccffd573395bbd21c477f064de7c25100c3f8a.tar.bz2 |
Merge "Bringing new Chooser UI closer to spec" into mnc-dev
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/Intent.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 6f543a8..7d76760 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -3365,14 +3365,6 @@ public class Intent implements Parcelable, Cloneable { public static final String EXTRA_INITIAL_INTENTS = "android.intent.extra.INITIAL_INTENTS"; /** - * A Parcelable[] of {@link android.service.chooser.ChooserTarget ChooserTarget} objects - * as set with {@link #putExtra(String, Parcelable[])} representing additional app-specific - * targets to place at the front of the list of choices. Shown to the user with - * {@link #ACTION_CHOOSER}. - */ - public static final String EXTRA_CHOOSER_TARGETS = "android.intent.extra.CHOOSER_TARGETS"; - - /** * A Bundle forming a mapping of potential target package names to different extras Bundles * to add to the default intent extras in {@link #EXTRA_INTENT} when used with * {@link #ACTION_CHOOSER}. Each key should be a package name. The package need not |