Skip to content

Commit

Permalink
Merge branch 'halium-7.1' into halium-7.1_ubuntu
Browse files Browse the repository at this point in the history
Change-Id: I6384353643648569cb7875f1341747d160aa086d
  • Loading branch information
peat-psuwit committed Apr 21, 2020
2 parents f64babe + 7605c67 commit a063738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<!-- Wifi driver supports batched scan -->
<bool translatable="false" name="config_wifi_batched_scan_supported">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>

<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>
Expand Down

0 comments on commit a063738

Please sign in to comment.