summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Dupin <dupin@google.com>2018-03-20 16:20:07 -0700
committerBruno Martins <bgcngm@gmail.com>2018-09-02 11:10:57 +0100
commit1bc0efb363b4e732d31abc83ced6faa704c5342a (patch)
treeb0574549fd363f782827712b580b2be1de9e46f2
parente8b1420506e111a112c7e72246953cea46dbbb21 (diff)
m8-common: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6129f94..2348fd8 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -107,7 +107,7 @@
<!-- 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>
+ <bool name="config_dozeAfterScreenOffByDefault">true</bool>
<!-- Power Management: Specifies whether to decouple the interactive state of the
device from the display on/off state.