Merge "docs: Added link to multi-window drag how-to guide" into qt-dev am: 667b944522

am: 52145e2481

Change-Id: Ib486bb5a6a03151e4116f9acf330aa68bf24c583
This commit is contained in:
Kevin Hufnagle
2019-09-30 09:29:21 -07:00
committed by android-build-merger

View File

@@ -49,6 +49,10 @@ import com.android.internal.view.IDragAndDropPermissions;
* {@link Activity#onSaveInstanceState} bundle and later retrieved in order to manually release * {@link Activity#onSaveInstanceState} bundle and later retrieved in order to manually release
* the permissions once they are no longer needed. * the permissions once they are no longer needed.
* </p> * </p>
* <p>
* Learn more about <a href="/guide/topics/ui/drag-drop#DragPermissionsMultiWindow">drag permissions
* in multi-window mode</a>.
* </p>
*/ */
public final class DragAndDropPermissions implements Parcelable { public final class DragAndDropPermissions implements Parcelable {