Results 1 comments of Guokun Hou

public static List getMusicFromFolder(Context context, long parent) { List infos = new ArrayList(); final String[] proj_id = new String[]{MediaStore.Files.FileColumns._ID}; Uri uri1 = MediaStore.Files.getContentUri("external"); /* final String where_id = MediaStore.Files.FileColumns.PARENT +...