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

Commit 7ca6c1a0 authored by Paul McLean's avatar Paul McLean Committed by Android (Google) Code Review
Browse files

Merge "Enabling USB Device and Android Device Vol inc/dec functionality for USB Audio Output"

parents 8885ac95 fb917e01
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -444,8 +444,7 @@ public class AudioService extends IAudioService.Stub {
    // Devices for which the volume is fixed and VolumePanel slider should be disabled
    final int mFixedVolumeDevices = AudioSystem.DEVICE_OUT_HDMI |
            AudioSystem.DEVICE_OUT_DGTL_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET |
            AudioSystem.DEVICE_OUT_ALL_USB;
            AudioSystem.DEVICE_OUT_ANLG_DOCK_HEADSET;

    // TODO merge orientation and rotation
    private final boolean mMonitorOrientation;