sanders: overlay: set screen brightness minimum value to 3(stock value);

disable dt2w for now
This commit is contained in:
therootlord
2017-10-17 17:58:47 +00:00
parent 89d5ed10aa
commit 3d5d1aaca4

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">3</integer>
<!-- Default screen brightness setting.
Must be in the range specified by minimum and maximum. -->
<integer name="config_screenBrightnessSettingDefault">88</integer>
@@ -280,6 +284,6 @@
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_supportDoubleTapWake">false</bool>
</resources>