Skip to content

Commit d58ff31

Browse files
committed
DRG_sprout: overlay: fix some duplicated configs
oops
1 parent 0addf5c commit d58ff31

File tree

1 file changed

+0
-26
lines changed
  • rro_overlays/FrameworkOverlay/res/values

1 file changed

+0
-26
lines changed

rro_overlays/FrameworkOverlay/res/values/config.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
4343
<bool name="config_automatic_brightness_available">true</bool>
4444

45-
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
46-
for debouncing the light sensor. Different constants are used to debounce the light sensor
47-
when adapting to brighter or darker environments. This parameter controls how quickly
48-
brightness changes occur in response to an observed change in light level that exceeds the
49-
hysteresis threshold. -->
50-
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
51-
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
52-
5345
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
5446
The N entries of this array define N 1 zones as follows:
5547
@@ -178,17 +170,9 @@
178170
<!-- Whether the display blanks itself when going from a doze to a non-doze state -->
179171
<bool name="config_displayBlanksAfterDoze">true</bool>
180172

181-
<!-- Default screen brightness setting.
182-
Must be in the range specified by minimum and maximum. -->
183-
<integer name="config_screenBrightnessSettingDefault">98</integer>
184-
185173
<!-- Default screen brightness for VR setting. Default value: 0x56 => 86. -->
186174
<integer name="config_screenBrightnessForVrSettingDefault">86</integer>
187175

188-
<!-- Minimum screen brightness setting allowed by the power manager.
189-
The user is forbidden from setting the brightness below this level. -->
190-
<integer name="config_screenBrightnessSettingMinimum">1</integer>
191-
192176
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
193177
<bool name="config_unplugTurnsOnScreen">true</bool>
194178

@@ -522,16 +506,6 @@
522506
in darkness (although they may not be visible in a bright room). -->
523507
<integer name="config_screenBrightnessDark">1</integer>
524508

525-
<!-- Screen brightness used to dim the screen when the user activity
526-
timeout expires. May be less than the minimum allowed brightness setting
527-
that can be set by the user. -->
528-
<integer name="config_screenBrightnessDim">10</integer>
529-
530-
<!-- Screen brightness used to dim the screen while dozing in a very low power state.
531-
May be less than the minimum allowed brightness setting
532-
that can be set by the user. -->
533-
<integer name="config_screenBrightnessDoze">17</integer>
534-
535509
<!-- Default screen brightness setting.
536510
Must be in the range specified by minimum and maximum. -->
537511
<integer name="config_screenBrightnessSettingDefault">66</integer>

0 commit comments

Comments
 (0)