My problem is the lowest volume level in call mode. So i try this code
AudioManager audio = (AudioManager)getSystemService(Context.AUDIO_SERVICE);
audio.setStreamVolume(audio.STREAM_VOICE_CALL, -1, 0);
But it doesn’t work, the volume in the conversation is set to 0 and is still louder.
Any ideas?
Thank.
source
share