klte-common: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
This commit is contained in:
parent
bb32b1c672
commit
b9ba70686a
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@
|
|||
|
||||
<!-- Dream of notifications -->
|
||||
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
|
||||
<bool name="config_dozeAfterScreenOff">true</bool>
|
||||
|
||||
<!-- 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_dozeAfterScreenOffByDefault">true</bool>
|
||||
|
||||
<!-- Default screen brightness setting.
|
||||
Must be in the range specified by minimum and maximum. -->
|
||||
|
|
Loading…
Reference in a new issue