diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-18 16:46:59 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-18 16:46:59 +0000 |
commit | 32bb7140ef3786ee78f23c8352ce78ebfe454370 (patch) | |
tree | e897d6c09815132561f9dd8fc2df23c2d1eed53c | |
parent | 4dbb874ad643c69793da28f4e7530cdf07b1a298 (diff) | |
parent | 8411d73710634e188f784d967ca3156ad1fe2672 (diff) |
Merge "Update Java doc for FLAG_ACTIVITY_LAUNCH_ADJACENT" into rvc-dev am: 8411d73710
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11905502
Change-Id: Iacb5eb08a2bd9e69a6c54c4f66eda12de6e46a4a
-rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index be3cfeff729e..ededd0d2ea30 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -6445,7 +6445,7 @@ public class Intent implements Parcelable, Cloneable { public static final int FLAG_ACTIVITY_RETAIN_IN_RECENTS = 0x00002000; /** - * This flag is only used in split-screen multi-window mode. The new activity will be displayed + * This flag is only used for split-screen multi-window mode. The new activity will be displayed * adjacent to the one launching it. This can only be used in conjunction with * {@link #FLAG_ACTIVITY_NEW_TASK}. Also, setting {@link #FLAG_ACTIVITY_MULTIPLE_TASK} is * required if you want a new instance of an existing activity to be created. |