diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index ec03b8afd5cb5..d1cca395597be 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5125,13 +5125,18 @@ a threshold. For example, no higher refresh rate if display brightness <= disp0 && ambient brightness <= amb0 - || display brightness <= disp1 && ambient brightness <= amb1 --> + || display brightness <= disp1 && ambient brightness <= amb1 + Brightness thresholds are paired with lux thresholds - they both have to be met. + A negative brightness or lux value means that only one threshold should be used - e.g. if + the brightness value is negative, only the lux threshold is applied. --> + + + || display brightness >= disp1 && ambient brightness >= amb1 + Brightness thresholds are paired with lux thresholds - they both have to be met. + A negative brightness or lux value means that only one threshold should be used - e.g. if + the brightness value is negative, only the lux threshold is applied. --> + - +