sanders: Update config_safe_media_volume_index overlay

* Media volume steps were increased from 15 to 25,
  multiply 5 * 1,666666667 to reflect the step change

Change-Id: I7b6dd0bf6ebb936ebb940c07a72b6eab50689fe8
Signed-off-by: utsavbalar1231 <utsavbalar1231@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Michael Bestas
2019-03-02 11:32:13 +02:00
committed by ronaxdevil
parent 2140fcc32c
commit 5f8964144b

View File

@@ -247,6 +247,9 @@
<!-- Default color for notification LED is white. -->
<color name="config_defaultNotificationColor">#ff0000ff</color>
<!-- reference volume index for music stream to limit headphone volume and display warning -->
<integer name="config_safe_media_volume_index">8</integer>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>