flo: Bring back config_dozeComponent

It was accidentally removed in 02cd5850

Change-Id: I42de05c5a3ebad9df1be4a874e5c3036368dc240
This commit is contained in:
Artem Borisov 2018-01-18 22:09:24 +03:00
parent c4376f08be
commit d38749d12e
1 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,10 @@
The default is false. -->
<bool name="config_lidControlsSleep">true</bool>
<!-- Enable doze mode
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
<!-- If true, the doze component is not started until after the screen has been turned off
and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOff">true</bool>