Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04e15b8a authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by android-build-merger
Browse files

Fix docs for View.DRAG_FLAG_GLOBAL am: 9a44eaec am: 9ac6a460

am: 9c225d60

Change-Id: I5876ea6cfe8e1711f446c9f9246770ff49fb7380
parents 4d3853e3 9c225d60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3746,7 +3746,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