Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96c0a856 authored by Streetwalrus Einstein's avatar Streetwalrus Einstein Committed by Gerrit Code Review
Browse files

mako: enable doze mode

Change-Id: Ib98b8e6f5ba4c7ac33cc581ff2dc7b919e1f96fc
parent 42fc9744
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -312,4 +312,13 @@
    <integer name="config_multiuserMaximumUsers">4</integer>
    <!--  Whether Multiuser UI should be shown -->
    <bool name="config_enableMultiUserUI">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>