1<resources>
2    <!-- Car uses hardware amplifier for volume. -->
3    <bool name="config_useFixedVolume">true</bool>
4    <!--
5      Handle volume keys directly in CarAudioService without passing them to the foreground app
6    -->
7    <bool name="config_handleVolumeKeysInWindowManager">true</bool>
8</resources>
9