Sanders: Set the minimum brightness to 1

Signed-off-by: Jorg3Lucas <jorgelucas.sd@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Alexander
2019-04-10 12:12:34 +00:00
committed by ronaxdevil
parent 108d39e54f
commit efd05f5791

View File

@@ -23,6 +23,10 @@
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>
<!-- Minimum screen brightness setting allowed by the power manager.
The user is forbidden from setting the brightness below this level. -->
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<!-- Default screen brightness setting.
Must be in the range specified by minimum and maximum. -->
<integer name="config_screenBrightnessSettingDefault">88</integer>