aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-06-07 17:57:09 +0200
committerLuca Stefani <luca.stefani.ge1@gmail.com>2016-06-08 11:11:26 -0700
commiteec04ed532924d38a639dc30cfe7127bf449087f (patch)
tree04c8913dfcb353c6730465745bd61f0fcb7ffd21 /overlay
parent9a90c6058dc89fee7d5cccfc438011e3cca9941a (diff)
msm8916-common: Update blobs to M release
* Package version: Z00L-user 6.0.1 MMB29P WW_user_21.40.1220.1615_20160517 release-keys Change-Id: Ib0576119dad159ee71335014e774ae315d0ea044
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 9 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 c2b2d10..a73dc30 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -356,4 +356,13 @@
<!-- Component name of the combo network location provider. -->
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
+
+ <!-- Set this to true to enable the platform's auto-power-save modes like doze and
+ app standby. These are not enabled by default because they require a standard
+ cloud-to-device messaging service for apps to interact correctly with the modes
+ (such as to be able to deliver an instant message to the device even when it is
+ dozing). This should be enabled if you have such services and expect apps to
+ correctly use them when installed on your device. Otherwise, keep this disabled
+ so that applications can still use their own mechanisms. -->
+ <bool name="config_enableAutoPowerModes">true</bool>
</resources>