aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2016-12-06 06:43:52 -0800
committeraudahadi <wan.audahadi@gmail.com>2016-12-10 21:56:38 +0530
commit7992a7cab463e6b213cf0eded5c2926166fbd15b (patch)
tree410daae75ec18a83df1e94523b69711f36cfcfa4 /overlay
parentd3fc7bb38f43ac5ec12953a00ab48515cd7bde87 (diff)
msm8916-common: Remove config_enableAutoPowerModes
* We enable it globally now Change-Id: I14069b2bc66f6cf1d64f827b5bd39fcd67ad69a5
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 55311bd..2b72072 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -326,15 +326,6 @@
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,4194304,262144,524288,1048576</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>
-
<!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing()