rtwo: overlay: set default screen brightness

This commit is contained in:
SGCMarkus
2023-07-29 21:13:05 +02:00
parent 454ad79419
commit 2be5f89473

View File

@@ -53,7 +53,7 @@
This array should have size one greater than the size of the config_autoBrightnessLevels
array. The brightness values must be non-negative and non-decreasing. This must be
overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessDisplayValuesNits">
<array name="config_autoBrightnessDisplayValuesNits">
<item>3</item>
<item>7</item>
<item>10</item>
@@ -68,7 +68,7 @@
<item>700</item>
<item>800</item>
<item>1000</item>
</integer-array>
</array>
<!-- An array describing the screen's backlight values corresponding to the brightness
values in the config_screenBrightnessNits array.
@@ -222,6 +222,8 @@
The user is forbidden from setting the brightness below this level. -->
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<integer name="config_screenBrightnessSettingDefault">98</integer>
<!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing()