diff options
author | 2016-07-13 00:18:00 +0000 | |
---|---|---|
committer | 2016-07-13 00:18:00 +0000 | |
commit | e13ac1898c0735d0c7fe00879929919a34d943c7 (patch) | |
tree | f4c7fec2481d19a906c08c59cb2e823a8df239ce | |
parent | aa055e7f2d7c53fdf9e6a4c3019c07263d2f7c72 (diff) | |
parent | 8496bb82d2ade690ed1eceeaea0554c01534e42c (diff) |
Fix docs for View.DRAG_FLAG_GLOBAL am: 9a44eaec53
am: 8496bb82d2
Change-Id: Ia9b23c5412d44197ca0403f693931bf64e5c4790
-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 d3f0c77870f7..881aada6252b 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 |