Here are a couple links that solved this mystery for me: http://www.anddev.org/viewtopic.php?p=12404
http://androidsamples.blogspot.com/2009/06/displaying-list-of-music-files-stored.html Ken On Mar 31, 9:58 am, Fossum <[email protected]> wrote: > I'm making a media player, but my code doesn't show all my playlists > and for many others it does not show any... > Why doesn't the code below work completely? > > cursor = getContentResolver().query( > > android.provider.MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI, > null, null, null, null); -- 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 To unsubscribe, reply using "remove me" as the subject.

