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:
@@ -23,6 +23,10 @@
|
|||||||
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
||||||
<bool name="config_automatic_brightness_available">true</bool>
|
<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.
|
<!-- Default screen brightness setting.
|
||||||
Must be in the range specified by minimum and maximum. -->
|
Must be in the range specified by minimum and maximum. -->
|
||||||
<integer name="config_screenBrightnessSettingDefault">88</integer>
|
<integer name="config_screenBrightnessSettingDefault">88</integer>
|
||||||
|
|||||||
Reference in New Issue
Block a user