Android 2.3: How do I switch from SCO to A2DP for a capable Bluetooth speaker?

心不动则不痛 提交于 2019-12-07 09:51:31

I can only be of help here by advising that you try to stay away from BT audio path routing. This is a very difficult problem to solve, which is why very few apps (other than the Phone app itself) route BT audio paths, and the few that do try it probably all have some undesirable results.

Per http://developer.android.com/reference/android/media/AudioManager.html#setBluetoothA2dpOn(boolean):

public void setBluetoothA2dpOn (boolean on)

This method is deprecated. Do not use.

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