matisse-common: fix brightness bar behaviour

Manual regulation now starts to change from about 5%, which is good, rather than before that started from 60%.
This commit is contained in:
matteo0026 2020-11-13 23:16:03 +01:00
parent f9ac4c1da8
commit ca6018d38a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<!-- Minimum screen brightness setting allowed by the power manager.
The user is forbidden from setting the brightness below this level. -->
<integer name="config_screenBrightnessSettingMinimum">2</integer>
<integer name="config_screenBrightnessSettingMinimum">35</integer>
<!-- Maximum screen brightness allowed by the power manager.
The user is forbidden from setting the brightness above this level. -->