Merge "Force off display state after doze states." into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-21 14:53:40 +00:00
committed by Android (Google) Code Review

View File

@@ -247,6 +247,10 @@
<!-- 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>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>