Choose AudioManager SCO action device depended

Closes #6367
//FREEBIE
This commit is contained in:
mcloo 2017-03-12 02:43:48 +01:00 committed by Moxie Marlinspike
parent 9d13b9437c
commit 1683bb4636

View file

@ -58,7 +58,7 @@ public class BluetoothStateManager {
context.registerReceiver(bluetoothConnectionReceiver, new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)); context.registerReceiver(bluetoothConnectionReceiver, new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED));
} }
Intent sticky = context.registerReceiver(bluetoothScoReceiver, new IntentFilter(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED)); Intent sticky = context.registerReceiver(bluetoothScoReceiver, new IntentFilter(getScoChangeIntent()));
if (sticky != null) { if (sticky != null) {
bluetoothScoReceiver.onReceive(context, sticky); bluetoothScoReceiver.onReceive(context, sticky);