aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2017-01-13 23:56:05 -0500
committerJason Riordan <jriordan001@gmail.com>2017-01-14 20:29:54 -0500
commit242359a66d648b3154f91861dd5c5a6a6bfc1dca (patch)
tree9715a0212ca1c4b630fdece0781efb25d6fe41d8
parentc7f08bad9ff43c12b99f4f3c51c46c76bb1ee594 (diff)
mofd: doze after screen off
Change-Id: Ie7d2f060eb2717f5d880b512c93f1fc0776dd995
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index fb523d7..f2af23b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -388,4 +388,8 @@
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">10</integer>
+ <!-- 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">false</bool>
+
</resources>