sdm845-common: 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
parent f4363f3cff
commit 3b6d63af37

View file

@ -201,6 +201,13 @@
turned off and the screen off animation has been performed. --> turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOffByDefault">true</bool> <bool name="config_dozeAfterScreenOffByDefault">true</bool>
<!-- Whether the always on display mode is available. -->
<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>
<!-- Power Management: Specifies whether to decouple the auto-suspend state of the <!-- Power Management: Specifies whether to decouple the auto-suspend state of the
device from the display on/off state. device from the display on/off state.