summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Hufnagle <khufnagle@google.com> 2019-09-30 09:36:01 -0700
committer android-build-merger <android-build-merger@google.com> 2019-09-30 09:36:01 -0700
commit0befd27389f9b91d85e492a51a3d31264da096ba (patch)
treef2dbccfcf01b61837ca241ab29d1d84b1d56b38c
parent9135672ebda24bcbb6a11450ab6486c22b17a0a8 (diff)
parent3f80c14817da0e8c063b2169162267732550abba (diff)
Merge "docs: Added link to multi-window drag how-to guide" into qt-dev am: 667b944522 am: 52145e2481
am: 3f80c14817 Change-Id: I8c346d90c38a76802a6f2a0e5289b03dcfb1f814
-rw-r--r--core/java/android/view/DragAndDropPermissions.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/java/android/view/DragAndDropPermissions.java b/core/java/android/view/DragAndDropPermissions.java
index e72ff38ce3f0..d47604d6ec41 100644
--- a/core/java/android/view/DragAndDropPermissions.java
+++ b/core/java/android/view/DragAndDropPermissions.java
@@ -37,7 +37,7 @@ import com.android.internal.view.IDragAndDropPermissions;
* View.startDragAndDrop} by the app that started the drag operation.
* </p>
* <p>
- * The life cycle of the permissions is bound to the activity used to call {@link
+ * The lifecycle of the permissions is bound to the activity used to call {@link
* android.app.Activity#requestDragAndDropPermissions(DragEvent) requestDragAndDropPermissions}. The
* permissions are revoked when this activity is destroyed, or when {@link #release()} is called,
* whichever occurs first.
@@ -49,6 +49,10 @@ import com.android.internal.view.IDragAndDropPermissions;
* {@link Activity#onSaveInstanceState} bundle and later retrieved in order to manually release
* the permissions once they are no longer needed.
* </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 {