Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9019ebc5 authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Turn on Bluetooth automatically for outgoing calls." into lmp-dev

parents 33fff490 5753f309
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ final class CallAudioManager extends CallsManagerListenerBase
                case CallState.ACTIVE:
                case CallState.ON_HOLD:
                case CallState.DIALING:
                case CallState.CONNECTING:
                case CallState.RINGING:
                    route = AudioState.ROUTE_BLUETOOTH;
                    break;