Search code examples
androidbluetoothmedia-player

Android media player not producing sound even playing


I have created a media player application using Android MediaPlayer API. The app is working fine unless a phone call is received. I am handling phone call events in my app and doing pause and play of media player.

The problem is that After pause and play, when phone call arrives, the song is playing but with no sound from speakers.

One more thing is This is happening when I am using bluetooth headset only.

If anybody faced this problem, please reply suggestions to my question.


Solution

  • I solved this problem by stopping bluetooth's SCO before playing a music track if it is ON.