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

Commit 41f10a53 authored by Will Leshner's avatar Will Leshner
Browse files

Change the low-light behavior default to screen off.

Currently we only have "screen off" and "low light clock" as possible
low-light behaviors, so the default should be one of those two.

Bug: 416099970
Test: manually
Flag: android.os.low_light_dream_behavior
Change-Id: I42efb35caeaae0988d75f38adf226711d370c9de
parent dae32f36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2876,8 +2876,8 @@
    <!-- Whether or not low light display behavior is enabled -->
    <bool name="config_lowLightDisplayBehaviorEnabledDefault">false</bool>

    <!-- The default low light display behavior. 0 represents no behavior -->
    <integer name="config_lowLightDisplayBehaviorDefault">0</integer>
    <!-- The default low light display behavior. 1 represents screen off. -->
    <integer name="config_lowLightDisplayBehaviorDefault">1</integer>

    <!-- The duration in milliseconds of the dream opening animation.  -->
    <integer name="config_dreamOpenAnimationDuration">250</integer>