How to get the current Android volume level? help :)

    1 answer 1

    You can get this:

    AudioManager am = (AudioManager) getSystemService(AUDIO_SERVICE); int volume_level= am.getStreamVolume(AudioManager.STREAM_MUSIC);