sdm660-common: overlay: Enable auto power modes

This is used by doze and isn't enabled by default on AOSP.
This commit is contained in:
Artem Borisov 2018-09-03 20:06:39 +03:00 committed by Max Weffers
parent fd97c65e58
commit dda2fb2d21
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -468,4 +468,13 @@
<!-- Flag indicating whether we should enable smart battery. -->
<bool name="config_smart_battery_available">true</bool>
<!-- 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>