rhodep: overlays: enable AOD, but disable it by default
Change-Id: I70d7430a0e777748bb4b926e3e539cf52fbd5376
This commit is contained in:
parent
4c0b8f716d
commit
c60338b865
1 changed files with 9 additions and 0 deletions
|
@ -271,6 +271,15 @@
|
|||
turned off and the screen off animation has been performed. -->
|
||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||
|
||||
<!-- Whether the always on display mode is available. This should only be enabled
|
||||
on devices where the display has been tuned to be power efficient in DOZE and/or
|
||||
DOZE_SUSPEND states. -->
|
||||
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
|
||||
|
||||
<!-- Control whether the always on display mode is enabled by default. This value will be used
|
||||
during initialization when the setting is still null. -->
|
||||
<bool name="config_dozeAlwaysOnEnabled">false</bool>
|
||||
|
||||
<!-- An array of arrays of side fingerprint sensor properties relative to each display.
|
||||
Note: this value is temporary and is expected to be queried directly
|
||||
from the HAL in the future. -->
|
||||
|
|
Loading…
Reference in a new issue