When I use setStreamVolume or physical sound buttons to adjust the volume on my device, it produces short sound notifications(beeps) – how do I remove it ?
Right now I have something like:
_audioManager.setStreamVolume(AudioManager.STREAM_MUSIC, (int) ((_maxVolume / 100) * progress),AudioManager.FLAG_PLAY_SOUND);
Just replace FLAG_PLAY_SOUND with 0