History log of /frameworks/base/core/java/android/view/DragAndDropPermissions.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87c60d66f453a909be32ada4c9b7d32330aac069 22-Jul-2016 Vladislav Kaznacheev <kaznacheev@google.com> Revoke drag and drop related grants on client crash

Add a token on the client side, linkToDeath to it on the server
side.

Bug: 29586254
Change-Id: I41ef6dd58352514035c95a4ec9e49c92ea240661
/frameworks/base/core/java/android/view/DragAndDropPermissions.java
c8ad0cd316cf115d666aee5c61038119473c2a32 21-Jun-2016 Yorke Lee <yorkelee@google.com> Tweaks to DragAndDropPermissions behavior

No longer release permissions in finalize(), so that
apps do not have to maintain a reference to the
DragAndDropPermissions object.

Also make it parcelable, so that permission instances can be
retained across activity instances so that they can be
manually released.

Bug: 29162822

Change-Id: Ie604dd3e83ee45a8665d743449b91857dd54e896
/frameworks/base/core/java/android/view/DragAndDropPermissions.java
377c32845bffaf68d5751d8cdf6fd60b8b3f5dc3 20-Apr-2016 Vladislav Kaznacheev <kaznacheev@google.com> Rename DropPermissions to DragAndDropPermissions

Bug: 28296057
Change-Id: Ic95cb4ae9c351d903df78628e983dec2bacd0ad5
/frameworks/base/core/java/android/view/DragAndDropPermissions.java