Tools - Volume Control

Anmol dwivedi
0

//add seekbar set progress to 12

audioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE); seekbar1.setMax(audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC));

}

AudioManager audioManager;

private void nothing() {

//OnSeekBar Changed add:

textview1.setText("Music Volume : " + _progressValue);

audioManager.setStreamVolume(AudioManager.STREAM_MUSIC, _progressValue, 0);


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !