aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2015-12-14 11:51:20 -0800
committerRolanDroid <rolandosimoncelli8@gmail.com>2015-12-20 18:06:42 +0100
commitb2e69c034db643af92b1b2e14225481568a5d02b (patch)
tree01a9ce32c7a620ce3a084b4f2facfeccc103e84a
parent57dc344feff09fa5b54bf67860e46722317ba777 (diff)
thea: overlay: Enable auto power modes
Change-Id: I8d3faccb147c2e2f2a340783c004c62598a936c5
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
1 files changed, 10 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 ecbebfb..e44fcab 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -26,4 +26,14 @@
don't support RIL_REQUEST_GET_RADIO_CAPABILITY
format is UMTS|LTE|... -->
<string translatable="false" name="config_radio_access_family">GSM | WCDMA | LTE | CDMA | EVDO</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>