标签: android media volume foreground
我希望当应用处于前台时,音量摇杆会影响媒体音量。我该怎么做?
答案 0 :(得分:1)
根据volume controls documentation:
要确保音量控件调整正确的流,您应拨打setVolumeControlStream()来传递AudioManager.STREAM_MUSIC。
setVolumeControlStream()
AudioManager.STREAM_MUSIC
setVolumeControlStream(AudioManager.STREAM_MUSIC);