sdm660-common: overlay: Enable AOD
* But disable it by default Change-Id: Ie85e49e38503dc531f262138d8bed465632a41c0
This commit is contained in:
parent
c129b69fe1
commit
5a6317be64
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue