parent
9d13b9437c
commit
1683bb4636
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue