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

Commit c1a68cdc authored by Nagarjuna Paladugu's avatar Nagarjuna Paladugu 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.
Change-Id: I7dd2d51c8e44bbb5b5ab8224adff45c13f8caec6
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
    -->