Android Bluetooth Earpiece Volume

我怕爱的太早我们不能终老 提交于 2019-12-01 06:26:13

I also got in same problem and found out that, Android is using int 6 for bluetooth volume and not documented.

Just use 6 instead of AudioManager.STREAM_VOICE_CALL and try, It should work

Yogendra Yaduwanshi

This will work.

mAudioManager.setStreamVolume(6, value, 0 /* flags, 0 = no flags */);
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!