sanders: Set displayBlanksAfterDoze to false

Makes AOD-to-Lockscreen transition more fluidic

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
dybios
2019-11-07 21:40:04 +05:30
committed by ronaxdevil
parent a1ebee9514
commit 7bb224ff73

View File

@@ -395,7 +395,7 @@
<bool name="config_pinnerHomeApp">true</bool>
<!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
<bool name="config_displayBlanksAfterDoze">false</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>