sm7250-common: overlay/fwb/config: Actually enable adaptive AOD brightness
Signed-off-by: aswin7469 <aswinas@pixysos.com> Signed-off-by: Manikantaraavi <raavimanikanta6595@gmail.com>
This commit is contained in:
@@ -107,6 +107,9 @@
|
|||||||
The default is false. -->
|
The default is false. -->
|
||||||
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
||||||
|
|
||||||
|
<!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
|
||||||
|
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
||||||
|
|
||||||
<!-- ComponentName of a dream to show whenever the system would otherwise have
|
<!-- 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
|
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()
|
try to start this dream if possible. The dream should typically call startDozing()
|
||||||
@@ -164,11 +167,6 @@
|
|||||||
-->
|
-->
|
||||||
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
||||||
|
|
||||||
<!-- Screen brightness used to dim the screen while dozing in a very low power state.
|
|
||||||
May be less than the minimum allowed brightness setting
|
|
||||||
that can be set by the user. -->
|
|
||||||
<integer name="config_screenBrightnessDoze">17</integer>
|
|
||||||
|
|
||||||
<!-- Configure mobile tcp buffer sizes in the form:
|
<!-- Configure mobile tcp buffer sizes in the form:
|
||||||
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||||
If no value is found for the rat-name in use, the system default will be applied.
|
If no value is found for the rat-name in use, the system default will be applied.
|
||||||
|
|||||||
Reference in New Issue
Block a user