Cursor musicCursor = mContext.getContentResolver().query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI,
                proj, null, null, null);

 

이러면 Cursor로 저장된 모든 음악파일을 가져오잖아요

이거를 저장된 실제경로대로 가져올 방법이 있을까요??

/mnt/sdcard 

.

.

.

/music

.

.

.

 

이런 식으로 나오게요