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:
parent
fd97c65e58
commit
dda2fb2d21
1 changed files with 9 additions and 0 deletions
|
@ -468,4 +468,13 @@
|
||||||
|
|
||||||
<!-- Flag indicating whether we should enable smart battery. -->
|
<!-- Flag indicating whether we should enable smart battery. -->
|
||||||
<bool name="config_smart_battery_available">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue