Rename DropPermissions to DragAndDropPermissions

Bug: 28296057
Change-Id: If7a1186437320144252e079a29fece64950afcf5
This commit is contained in:
Vladislav Kaznacheev
2016-04-20 14:22:39 -07:00
parent f52bc239f9
commit a4911fcb08

View File

@@ -64,7 +64,7 @@ public class VideoViewDemo extends Activity {
if (uri == null) {
return false;
}
if (requestDropPermissions(event) == null) {
if (requestDragAndDropPermissions(event) == null) {
return false;
}
initPlayer(uri);