sdm845-common: Enable AOD
* But disable it by default Change-Id: Ie85e49e38503dc531f262138d8bed465632a41c0
This commit is contained in:
parent
f4363f3cff
commit
3b6d63af37
1 changed files with 7 additions and 0 deletions
|
@ -201,6 +201,13 @@
|
|||
turned off and the screen off animation has been performed. -->
|
||||
<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
|
||||
device from the display on/off state.
|
||||
|
||||
|
|
Loading…
Reference in a new issue