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

Commit 9c225d60 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

Change-Id: I62af5eba6621e25c51cbcbfe7f9670e7be1449a3
parents aa055e7f 9ac6a460
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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