sanders: overlay: set screen brightness minimum value to 3(stock value);
disable dt2w for now
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">3</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>
|
||||||
@@ -280,6 +284,6 @@
|
|||||||
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
|
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
|
||||||
|
|
||||||
<!-- Whether device supports double tap to wake -->
|
<!-- Whether device supports double tap to wake -->
|
||||||
<bool name="config_supportDoubleTapWake">true</bool>
|
<bool name="config_supportDoubleTapWake">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user