Loading src/com/android/documentsui/DirectoryFragment.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1519,7 +1519,8 @@ public class DirectoryFragment extends Fragment { getClipDataFromDocuments(docs), getClipDataFromDocuments(docs), new DrawableShadowBuilder(getDragShadowIcon(docs)), new DrawableShadowBuilder(getDragShadowIcon(docs)), null, null, View.DRAG_FLAG_GLOBAL View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ | View.DRAG_FLAG_GLOBAL_URI_WRITE ); ); return true; return true; } } Loading Loading
src/com/android/documentsui/DirectoryFragment.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1519,7 +1519,8 @@ public class DirectoryFragment extends Fragment { getClipDataFromDocuments(docs), getClipDataFromDocuments(docs), new DrawableShadowBuilder(getDragShadowIcon(docs)), new DrawableShadowBuilder(getDragShadowIcon(docs)), null, null, View.DRAG_FLAG_GLOBAL View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ | View.DRAG_FLAG_GLOBAL_URI_WRITE ); ); return true; return true; } } Loading