How can I programmatically set the system volume for a voice call when using a bluetooth speaker?
Using this:
mAudioManager.setStreamVolume(AudioManager.STREAM_VOICE_CALL, myVolume, 0);
when a call is made (using the "Count"), it does not change anything.
I searched a lot before posting, but cannot find hints on how to do this.
Thanks in advance.
android bluetooth volume
BrainCrash Dec 17 '10 at 16:30 2010-12-17 16:30
source share