Anyone know how can I increase/decrease the volume of the sound from mediaplayer by clicking on the volume button at the side of the phone? And how can I mute the sound if the phone was set to silent mode?
Code I'm using:
mp = MediaPlayer.create(this, R.raw.sound);
mp.start();
I think this is what you might be interested in:
Basically
Override
theonKeyDown
and then callmp.setVolumn(float leftVolume,float rightVolume);
Another way to do it is in your mediaPlayer to set