sdm660-common: overlay: Enable AOD

* But disable it by default

Change-Id: Ie85e49e38503dc531f262138d8bed465632a41c0
This commit is contained in:
Luca Stefani 2019-01-05 21:44:39 +01:00 committed by Max Weffers
parent c129b69fe1
commit 5a6317be64
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -501,4 +501,13 @@
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<!-- Control 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>
</resources>