How load songs from special folder on sd card in my listview and play it?
问题 I want to load songs from my custom folder which I made on sd card and play it in via my App. the path of this folder is on: /sdcard/Music/MyFolder Now I have a code which loads all music which is located on the sc card. This code is working. But I dont want all music from sd card, I just want the songs in my folder MyFolder Here's the code I have now: private String[] getAudioList() { final Cursor mCursor = getContentResolver().query( MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, new String[]