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

Commit d262308b authored by codeworkx's avatar codeworkx
Browse files

Dialer: AudioModeProvider: use wired route for usb headsets

Change-Id: I920a9c259af5597dfd9a88a72e4ac54cb6e73f7a
parent 59b92a5f
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: