Tell system the display blanks itself when leaving doze.

Bug: 63531607
Test: manual
Change-Id: I39e4bcfd786606369aeba0c2df449ffbed8360b5
This commit is contained in:
Michael Wright
2017-07-25 22:34:42 +01:00
parent 0a0f396f6a
commit 0d662aec55

View File

@@ -235,9 +235,8 @@
<!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Whether the display hardware requires we go to the off state before transitioning
out of any doze states. -->
<bool name="config_displayTransitionOffAfterDoze">true</bool>
<!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>