how can I programmatically set the system volume for voice call when using a bluetooth earpiece?
Using this:
mAudioManager.setStreamVolume(AudioManag
This will work.
mAudioManager.setStreamVolume(6, value, 0 /* flags, 0 = no flags */);