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

Commit 4e23eb4a authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add TYPE_USB_HEADSET to WiredHeadsetManager" into oc-dr1-dev

am: f1636500

Change-Id: I677326704573c016e231929a472c79e796cb5ced
parents 7b1c2149 f1636500
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ public class WiredHeadsetManager {
                    case AudioDeviceInfo.TYPE_WIRED_HEADPHONES:
                    case AudioDeviceInfo.TYPE_WIRED_HEADSET:
                    case AudioDeviceInfo.TYPE_USB_DEVICE:
                    case AudioDeviceInfo.TYPE_USB_HEADSET:
                        isPluggedIn = true;
                }
            }