Merge "docs: Added link to multi-window drag how-to guide" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
667b944522
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user