aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-12-24 18:49:22 +0100
committerRolanDroid <rolandosimoncelli8@gmail.com>2015-12-24 22:20:39 +0100
commitb5598af1c997ab0c1519e92a6694797583855ac7 (patch)
treee8fa03dd42ef5f0b0cc5719742a5e336e320f190
parent3a09012ce2dd48d9f72000edc5aa73dd17ccd12d (diff)
Revert "thea: overlay: Enable auto power modes"
* Moved to msm8226-common This reverts commit d10adc28c4dad6716be6bc9ec86e70a76cbedbf6. Change-Id: Ie78c1a47d7e7e5406ed878fc0d44ff557575ebff
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index e44fcab..ecbebfb 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -26,14 +26,4 @@
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>