Skip to content

Commit

Permalink
Update config.xml
Browse files Browse the repository at this point in the history
Try out some darker values
  • Loading branch information
hockeymikey committed Oct 15, 2020
1 parent 72eb46e commit fcaf295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">0</integer>

<!-- Screen brightness used to dim the screen while dozing in a very low power state.
May be less than the minimum allowed brightness setting
Expand All @@ -107,7 +107,7 @@
some range of adjustment to dim the screen further than usual in very
dark rooms. The contents of the screen must still be clearly visible
in darkness (although they may not be visible in a bright room). -->
<integer name="config_screenBrightnessDark">5</integer>
<integer name="config_screenBrightnessDark">1</integer>

<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">false</bool>
Expand Down

0 comments on commit fcaf295

Please sign in to comment.