sanders: Disable AOD by default for r16 merge

This commit is contained in:
Alberto97
2018-11-10 10:20:27 +01:00
committed by therootlord
parent 5f26ac04ff
commit a589c5e853

View File

@@ -264,6 +264,9 @@
turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<!-- Disable AOD by default -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- Power Management: Specifies whether to decouple the interactive state of the
device from the display on/off state.
When false, setInteractive(..., true) will be called before the display is turned on