I have album id, how can I start activity to play album? I tried this:
Uri album = ContentUris.withAppendedId (MediaStore.Audio.Albums.EXTERNAL_CONTENT_URI, id); Intent playalbum = new Intent(Intent.ACTION_VIEW, album); startActivity(playalbum); but its not working... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

