diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b1ec64e..fa58e43 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -36,7 +36,7 @@ <!-- If true, the doze component is not started until after the screen has been turned off and the screen off animation has been performed. --> - <bool name="config_dozeAfterScreenOff">true</bool> + <bool name="config_dozeAfterScreenOffByDefault">true</bool> <!-- Power Management: Specifies whether to decouple the auto-suspend state of the device from the display on/off state. |