【发布时间】:2014-08-29 00:51:22
【问题描述】:
问题是有线耳机的优先级似乎高于 BT 耳机。所以这个sn-p不能解决问题
AudioManager audioManager = (AudioManager)getApplicationContext().getSystemService(Context.AUDIO_SERVICE);
audioManager.setMode(AudioManager.MODE_IN_CALL); // also tried with AudioManager.MODE_IN_CALL
audioManager.setBluetoothScoOn(true);
audioManager.startBluetoothSco();
MediaPlayer mMediaPlayer = MediaPlayer.create(AudioTests.this, R.raw.test_cbr);
mMediaPlayer.start();
【问题讨论】:
-
Kiryl : 你想通过蓝牙发送音频吗?