How To Play Sound In Default Player?
I am playing sound using Intent code. My code works perfectly fine.My device has two sound player the default one and the Google Play Music, so the issue is whenever i try to play
Solution 1:
You may want to reconsider and allow both players to popup as they currently do. After all user can always check 'Use by default' if she wants to.
If you really need only the Google player then you may find what its package name is within the google sources and start its activitiy explicitly. But they can change that in future releases or maybe it's already different for different releases. Better you reconsider and allow both.
Post a Comment for "How To Play Sound In Default Player?"