Skip to content Skip to sidebar Skip to footer

Play Mp3 In Google Play Music

How can I play a mp3 song using Google Play Music. I am trying to play, pause, next etc in Google Play Music. I have set the music player as default. I am able to broadcast the Nex

Solution 1:

Haven't tested this but I believe you can create a Uri from the file that you want to play and send a share intent with this Uri...

After that a system dialog will ask the user what app they want to use to receive that intent. If configured correctly the music player should be able to handle the intent and play the song.

If the user selects to always use this app for this intent then the next times the dialog wont show and the player will handle the intent automatically.

Hope this helps

Post a Comment for "Play Mp3 In Google Play Music"