sucese / phoenix

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.
Apache License 2.0
1.62k stars 288 forks source link

设定MimeType.ofVideo()后,显示的视频不全 #56

Closed Chensp171254 closed 6 years ago

Chensp171254 commented 6 years ago

根据个人项目需求,我将选择图片类型限定为只选择视频,即.fileType(MimeType.ofVideo()),但是显示的视频不是项目中的全部视频。我通过ContentResolver获取了手机内全部视频进行对比后,发现phoenix中将相册下面的视频全部过滤了,请问是特意这样设定的吗?

Chensp171254 commented 6 years ago

修改了查询语句后,问题已经解决,并且可以控制时间了

_20180608111510

Chensp171254 commented 6 years ago

MediaStore.MediaColumns.WIDTH + ">0"过滤了部分视频