diff options
author | 2016-07-13 00:08:50 +0000 | |
---|---|---|
committer | 2016-07-13 00:08:50 +0000 | |
commit | 9ac6a460c85973a297ee0e844e37f15a13a12c8c (patch) | |
tree | e4bc33a92cc52402368c63929bb352c681d77f19 | |
parent | ab1b52a0c4804493232f28b1f08fce31db171884 (diff) | |
parent | 9a44eaec5363f145142e542a2bc1c510886956e3 (diff) |
Fix docs for View.DRAG_FLAG_GLOBAL
am: 9a44eaec53
Change-Id: I82786f107815361b73655b92dc4e54ee255296d9
-rw-r--r-- | core/java/android/view/View.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index d4ac30076eaa..a64827af32c2 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -3744,7 +3744,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Flag indicating that a drag can cross window boundaries. When * {@link #startDragAndDrop(ClipData, DragShadowBuilder, Object, int)} is called - * with this flag set, all visible applications will be able to participate + * with this flag set, all visible applications with targetSdkVersion >= + * {@link android.os.Build.VERSION_CODES#N API 24} will be able to participate * in the drag operation and receive the dragged content. * * If this is the only flag set, then the drag recipient will only have access to text data |