matisse-common: Set config_displayBlanksAfterDoze to true
Change-Id: Iaa50883ebb2522796f51c3013471976c35763b47
This commit is contained in:
parent
f3962a1fe0
commit
e6d5b4b92e
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@
|
|||
turned off and the screen off animation has been performed. -->
|
||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||
|
||||
<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
|
||||
<bool name="config_displayBlanksAfterDoze">true</bool>
|
||||
|
||||
<!-- Default screen brightness setting.
|
||||
Must be in the range specified by minimum and maximum. -->
|
||||
<integer name="config_screenBrightnessSettingDefault">102</integer>
|
||||
|
|
Loading…
Reference in a new issue