Choose AudioManager SCO action device depended

Closes #6367
//FREEBIE
pull/1/head
mcloo 7 years ago committed by Moxie Marlinspike
parent 9d13b9437c
commit 1683bb4636

@ -58,7 +58,7 @@ public class BluetoothStateManager {
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) {
bluetoothScoReceiver.onReceive(context, sticky);

Loading…
Cancel
Save