我想从 /storage/emulated/0/Android/data/pkg name/folder name 获取文件夹数据
cursor = getApplicationContext().getContentResolver().query(
MediaStore.Video.Media.EXTERNAL_CONTENT_URI,
projection,
MediaStore.Video.Media.DATA + " like ? ",
new String[]{"%" + mBaseFolderPath + "%"},
orderBy + " DESC");
但没有得到数据请任何机构帮助。我会感激不尽。