klte-common: reduce minimum MANUAL brightness to darker level
This will change the minimum MANUAL brightness to match the new minimum AUTO brightness as some users may wish to manually set the brightness as well. Change-Id: I32118bc10fb46e9a43bd79081ca67ef495cebbe2
This commit is contained in:
parent
884c8122b5
commit
84afbb329e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,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">10</integer>
|
||||
<integer name="config_screenBrightnessSettingMinimum">2</integer>
|
||||
|
||||
<!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
|
||||
Please don't copy them, copy anything else. -->
|
||||
|
|
Loading…
Reference in a new issue