zenfone6: overlay: clean up doze settings
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 323c3dc..da226ef 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -267,11 +267,14 @@
<bool name="config_enableMultiUserUI">true</bool>
<!-- Screen brightness when dozing -->
- <integer name="config_screenBrightnessDoze">6</integer>
+ <integer name="config_screenBrightnessDoze">10</integer>
<!-- Dream of notifications -->
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
- <bool name="config_dozeAfterScreenOffByDefault">false</bool>
+
+ <!-- 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_dozeAfterScreenOffByDefault">true</bool>
<!-- Power Management: Specifies whether to decouple the auto-suspend state of the
device from the display on/off state.
@@ -293,32 +296,6 @@
-->
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
- <!-- Power Management: Specifies whether to decouple the interactive state of the
- device from the display on/off state.
-
- When false, setInteractive(..., true) will be called before the display is turned on
- and setInteractive(..., false) will be called after the display is turned off.
- This mode provides best compatibility for devices that expect the interactive
- state to be tied to the display state.
-
- When true, setInteractive(...) will be called independently of whether the display
- is being turned on or off. This mode enables the power manager to reduce
- clocks and disable the touch controller while the display is on.
-
- This resource should be set to "true" when a doze component has been specified
- to maximize power savings but not all devices support it.
-
- Refer to power.h for details.
- -->
- <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
-
- <!-- enable doze powersaving mode -->
- <bool name="config_enableAutoPowerModes">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>
-
<!-- Control the behavior when the user long presses the home button.
0 - Nothing
1 - Recent apps view in SystemUI
@@ -390,9 +367,6 @@
<!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
- <!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
- <bool name="config_displayBlanksAfterDoze">false</bool>
-
<!-- Default color for notification LED is blue. -->
<color name="config_defaultNotificationColor">#ff00ff00</color>