Obsolete
Status Update
Comments
as...@gmail.com <as...@gmail.com> #2
In crash reports I have also received null from DragEvent.getClipDescription() on ACTION_DRAG_STARTED. I have not been able to reproduce this situation on my own device. The devices in the crash reports are all running Android 4.1.2.
sp...@gmail.com <sp...@gmail.com> #3
I am seeing the same behavior. I also tried explicitly creating a ClipDescription and adding it and it too returns null. I have been able to duplicate on phone. Nexus S 4.1.1.
[Deleted User] <[Deleted User]> #4
Tested on 4.3 and it is the same
en...@google.com <en...@google.com>
wa...@gmail.com <wa...@gmail.com> #5
Any update for this issue?
[Deleted User] <[Deleted User]> #6
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #7
Have the same issue on API 25
Description
Steps to reproduce:
1) Create an OnDragListener and add it to a view.
2) Call View.startDrag().
3) Check DragEvent.getClipDescription() for each of the DragEvent actions.
What happened:
DragEvent.getClipDescription() returns null on ACTION_DRAG_ENDED.
What should have happened:
DragEvent.getClipDescription() should return a valid ClipDescription for all DragEvent actions.
Android Version: 4.1.1