Browse audio playlists.
This is the default playlist browser application in SDK 1.0.

To call the playlist browser, use
Intent i = new Intent(Intent.ACTION_PICK); i.setType(MediaStore.Audio.Playlists.CONTENT_TYPE); startActivity(i);
WARNING: Despite the definition of the PICK activity, the playlist browser does NOT return a content URI with the playlist picked, but calls the MediaPlayback activity directly.