Construct MediaStore uri for specific folder

Posted by Mojo Risin on Stack Overflow See other posts from Stack Overflow or by Mojo Risin
Published on 2010-06-17T07:20:16Z Indexed on 2010/06/17 7:23 UTC
Read the original article Hit count: 224

Filed under:
|

Hi all, For example if a have two directories /sdcard/Music/Music-1 and /sdcard/Music/Music-2 how can i construct uri to get the files in Music-1 dir for example. I can use MediaStore.Audio.Media.EXTERNAL_CONTENT_URI to get the content of all external storage but how to do the trick only for specific dir.

© Stack Overflow or respective owner

Related posts about android

Related posts about media