rhodep: overlays: enable AOD, but disable it by default

Change-Id: I70d7430a0e777748bb4b926e3e539cf52fbd5376
This commit is contained in:
SGCMarkus 2022-02-20 18:22:08 +01:00 committed by Anand S
parent 4c0b8f716d
commit c60338b865
No known key found for this signature in database
GPG key ID: EFD0D6FBB9A067B4

View file

@ -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. -->