diff options
| author | Ivan Chiang <chiangi@google.com> | 2018-12-05 14:30:24 +0800 |
|---|---|---|
| committer | Ivan Chiang <chiangi@google.com> | 2018-12-05 14:43:44 +0800 |
| commit | 6f1c51f59e4d8a388d4b0a0bd10779ea29c7dc0b (patch) | |
| tree | 6fde9f41b55dab934420abd69d31a08589c9bb61 /core/java/android | |
| parent | e31577298782e6db3c3cb25c9f97ed899e914dfe (diff) | |
Expose @Public for EXTRA_AUTO_LAUNCH_SINGLE_CHOICE
This change is for "Open with" feature in DocumentsUI.
If this is public, other apps also can have this
feature.
Test: make
Bug: 110959821
Change-Id: I9c1255419869f9983eac7e820c42a96400f15bfd
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index edfb3a72e933..de4a9c375a07 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -5263,8 +5263,6 @@ public class Intent implements Parcelable, Cloneable { * Used as a boolean extra field in {@link #ACTION_CHOOSER} intents to specify * whether to show the chooser or not when there is only one application available * to choose from. - * - * @hide */ public static final String EXTRA_AUTO_LAUNCH_SINGLE_CHOICE = "android.intent.extra.AUTO_LAUNCH_SINGLE_CHOICE"; |
