标签: android
我的应用接受其他应用的视频。共享来自Google相册的长视频(通常是旧视频)时,contentResolver.openInputStream(uri);或contentResolver.openFileDescriptor(uri,"r");方法调用会花费很长时间。有办法更快地做到这一点吗?我不知道减速是否出现在Google相簿上,或者我做错了吗?
contentResolver.openInputStream(uri);
contentResolver.openFileDescriptor(uri,"r");