aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Dupin <dupin@google.com>2018-03-20 16:20:07 -0700
committerArian <arian.kulmer@web.de>2019-10-25 22:16:13 +0200
commitb0831c92929d5712b59e655fdefe8b5a5f29646a (patch)
treea539a1c8cc141faa37ef75dd9c99fc0167436e0f
parent52c41a3f5fcc481a2e3f5eee3837611c0cef3309 (diff)
shinano-common: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58 Signed-off-by: Arian <arian.kulmer@web.de>
-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 b1ec64e..fa58e43 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -36,7 +36,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 auto-suspend state of the
device from the display on/off state.