dev1303 / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

Adjust the volume via GTalkSMS #277

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Inspired from http://android.stackexchange.com/q/25828/440

Let's find out what the API allows us to do.

Original issue reported on code.google.com by fschm...@gmail.com on 14 Jul 2012 at 2:03

GoogleCodeExporter commented 8 years ago
We already have code using the android API :)
audioManager = (AudioManager) 
mainService.getSystemService(Context.AUDIO_SERVICE);
audioManager.setStreamVolume(AudioManager.STREAM_SYSTEM, 0, 0); 

Original comment by Florent....@gmail.com on 15 Jul 2012 at 2:05

GoogleCodeExporter commented 8 years ago
Command volume already implemented

Original comment by Florent....@gmail.com on 15 Oct 2013 at 10:19