aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeanstown106 <nbenis106@gmail.com>2015-10-19 04:15:45 -0400
committerdesaishivam26 <shivamdesaixda@gmail.com>2016-10-18 23:54:36 +0530
commit8082ac3aa65d4f1de884bba62ae973a68cb14e47 (patch)
tree964fe114552ea866187a58aaf658c67751a16a84
parente38d04d1e2ba54dc973915812177b61624ec5621 (diff)
msm8916-common: Enable doze power saving moden7.0
*this is set to false by default and needs to be turned on per device depending if the device supports SENSOR_TYPE_SIGNIFICANT_MOTION I saw this when comparing aosp vs the factory image good thing i caught this MAJOR FEATURE!! more info here: https://source.android.com/devices/tech/power/mgmt.html Change-Id: I3a7456b7cfcb7e1acbb297ad658193a8d406caaa
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 2 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 edb2e83..67974de 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -268,4 +268,6 @@
format is UMTS|LTE|... -->
<string translatable="false" name="config_radio_access_family">GSM | WCDMA | LTE | CDMA | EVDO</string>
+ <!-- enable doze powersaving mode -->
+ <bool name="config_enableAutoPowerModes">true</bool>
</resources>