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

Commit d62b1fea authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

BT: correct abs volume curve for low levels

When BT A2DP absolute volume is used, media volume steps 1,2,3 are
controlled by the framework. This change makes step 1 more useable
by making it slightly louder, and decreases the volume change step
for 2 and 3.

Bug: 176463546
Test: use A2DP device with abs vol, and change media vol to 1/2/3
Change-Id: I7647c89d5d4360feba0d9c4accd6648eececa07a
parent ca38d038
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3994,13 +3994,13 @@
    <string name="config_misprovisionedBrandValue" translatable="false"></string>

    <!-- Pre-scale volume at volume step 1 for Absolute Volume -->
    <fraction name="config_prescaleAbsoluteVolume_index1">50%</fraction>
    <fraction name="config_prescaleAbsoluteVolume_index1">60%</fraction>

    <!-- Pre-scale volume at volume step 2 for Absolute Volume -->
    <fraction name="config_prescaleAbsoluteVolume_index2">70%</fraction>
    <fraction name="config_prescaleAbsoluteVolume_index2">80%</fraction>

    <!-- Pre-scale volume at volume step 3 for Absolute Volume -->
    <fraction name="config_prescaleAbsoluteVolume_index3">85%</fraction>
    <fraction name="config_prescaleAbsoluteVolume_index3">90%</fraction>

    <!-- Whether or not the "SMS app service" feature is enabled -->
    <bool name="config_useSmsAppService">true</bool>