Android: Detect another application has started playing audio

前端 未结 1 1213
长情又很酷
长情又很酷 2020-12-04 18:34

My music application constantly plays music in the background, however I\'d like to be able to detect when another application starts playing audio (such as the YouTube app)

相关标签:
1条回答
  • 2020-12-04 18:56

    http://developer.android.com/reference/android/media/AudioManager.OnAudioFocusChangeListener.html

    this thread also has additional information that might get you heading in the right direction.

    http://groups.google.com/group/android-developers/browse_thread/thread/db6822d84feaac6/219d8cba07795c61?hl=en&lnk=gst&q=OnAudioFocusChangeListener#219d8cba07795c61

    0 讨论(0)
提交回复
热议问题