Hi,  I am trying to fetch the audio items from the playlist - List on
click event

I am having Playlist ID , How can I get related audio list from that
Playlist ID ?

Please find code I am using

       String selection = MediaStore.Audio.Playlists._ID  + " = '" + id
+ "'";


            cursor= getContentResolver().query
            (MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,
null,selection, null,
            null);

Here id is playlist id which I am getting correct, but what should I
pass in 2nd parameter as projection that I can get the audiio list /
any reference to that audio which are related to that playlist.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to