Android MediaPlayer is paused, volume buttons do not control multimedia
问题 I played a sample music (.mp3) using a sample code I found on the Internet. The code is something like MediaPlayer mp = new ... mp.setDataSource(... mp.setAudioStreamType(... mp.prepare(); mp.start(); The problem is that when the music is paused, the volume buttons do not control multimedia volume but notification volume. mp.pause(); This behaviour is different from other music players I have tested. Samsung's built-in Music, VLC, and other programs still showed multimedia volume when the