0

hello i am working on new music media player when i play song then not stop or not pause another app's media player like i have two apps 1) "gannna" and another is my app. When i play song in my app's media player then not stopping "ganna"'s media player song.

Bipin Bharti
  • 1,034
  • 2
  • 14
  • 27

1 Answers1

1

Before your app starts playing audio it should request—and receive—the audio focus. Likewise, it should know how to listen for a loss of audio focus and respond appropriately when that happens.

You can achieve this functionality by 'Managing Audio Focus'. These Links may help you

https://developer.android.com/training/managing-audio/audio-focus.html http://android-developers.blogspot.in/2013/08/respecting-audio-focus.html

Reena
  • 1,368
  • 1
  • 11
  • 25