Cesarsk / Android-App-Say_it

Say It! App
Apache License 2.0
3 stars 1 forks source link

If volume is low, warn the user to turn it on before playing #74

Closed Cesarsk closed 7 years ago

Cesarsk commented 7 years ago

AudioManager audio = (AudioManager) getSystemService(Context.AUDIO_SERVICE); int currentVolume = audio.getStreamVolume(AudioManager.STREAM_RING);