Skip to content

Commit 20c1d8c

Browse files
committed
Enable volume control for usb audio device
The config_useFixedVolume was set to true in 2018 to fix cts bugs. Please check OAM-70225. Now disable it for usb device on PTL Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent 557ebba commit 20c1d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • device-type/overlay-car/frameworks/base/core/res/res/values

device-type/overlay-car/frameworks/base/core/res/res/values/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<bool name="config_voice_capable">false</bool>
88
<!-- Flag indicating that the media framework should not allow changes or mute on any
99
stream or master volumes. -->
10-
<bool name="config_useFixedVolume">true</bool>
10+
<bool name="config_useFixedVolume">false</bool>
1111
<!-- Enable AppWidgetService even the FEATURE_APP_WIDGETS is disable -->
1212
<bool name="config_enableAppWidgetService">true</bool>
1313
<!-- Disables the GnssTimeUpdate service. This is a switch for enabling Gnss time based

0 commit comments

Comments
 (0)