Skip to content
Snippets Groups Projects
Unverified Commit 970d64b6 authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: disable AOD by default


Change-Id: I8ac55f2a6af82023ed24d07032ebe2db23594d51
Signed-off-by: default avatarJoshua Blanchard <joshua.lee.bbg@gmail.com>
parent 1736fc54
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,8 @@
<!-- Specifies whether to decouple the auto-suspend state of the device from the display on/off state. -->
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment