当应用程序处于前台时,如何使音量摇杆影响媒体音量?

时间:2017-02-27 06:23:56

标签: android media volume foreground

我希望当应用处于前台时,音量摇杆会影响媒体音量。我该怎么做?

1 个答案:

答案 0 :(得分:1)

根据volume controls documentation

  

要确保音量控件调整正确的流,您应拨打setVolumeControlStream()来传递AudioManager.STREAM_MUSIC

setVolumeControlStream(AudioManager.STREAM_MUSIC);