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

Commit 2d3b1285 authored by codeworkx's avatar codeworkx Committed by Michael Bestas
Browse files

Dialer: AudioModeProvider: use wired route for usb headsets

Change-Id: I920a9c259af5597dfd9a88a72e4ac54cb6e73f7a
parent db5921c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public class AudioModeProvider {
          hasBluetooth = true;
          continue;
        case AudioDeviceInfo.TYPE_WIRED_HEADSET:
        case AudioDeviceInfo.TYPE_USB_HEADSET:
          hasHeadset = true;
          continue;
        default: