How to access all mp3 files from all the subfolders in the sdcard?

后端 未结 2 1088
Happy的楠姐
Happy的楠姐 2020-12-06 23:33

I\'m trying to make an mp3 player app, and when I run it from my phone it only reads MP3\'s that are present on the SD card itself. It does not read any MP3\'s from the subf

2条回答
  •  暖寄归人
    2020-12-07 00:10

    There is the MusicRetriever example in the Android SDK. It uses a ContentResolver.

提交回复
热议问题