Can I change the media volume? and how? I used this so far:
setVolumeControlStream(AudioManager.STREAM_MUSIC);
But have a seekbar and want
Giving a 0 - in the flags avoids getting a visual and audio indicator . That's good when you implement your own audio bar and indicator and you don't want android to add anything.