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

Commit da82ef16 authored by Suprith Malligere Shankaregowda's avatar Suprith Malligere Shankaregowda Committed by Gerrit - the friendly Code Review server
Browse files

configs: enables backward compatibility for legacy volume APIs

Enables backward compatibility for the legacy volume
APIs based on stream types by setting the config_useFixedVolume
value to false in config.xml file of framework for overlay.

Change-Id: Ia5fbe62c32e3689a85028949b864be2d9a34bc79
parent 007e5e9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

<resources>
     <!-- Car uses hardware amplifier for volume. -->
    <bool name="config_useFixedVolume">true</bool>
    <bool name="config_useFixedVolume">false</bool>
    <!--
      Handle volume keys directly in CarAudioService without passing them to the foreground app
    -->