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

Commit 77510eef authored by Will Leshner's avatar Will Leshner
Browse files

Enable the "low-light clock" by default.

This is on mobile. It was already enabled by default on tablet.

Bug: 426594213
Test: manually
Flag: EXEMPT config change
Change-Id: I358d06d02d89e6e8c11f75a22ad32beb601cdf34
parent 09831056
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2878,10 +2878,10 @@
    <bool name="config_onlyShowGlanceableHubWhenWirelessChargingDefault">false</bool>

    <!-- Whether or not low light display behavior is enabled -->
    <bool name="config_lowLightDisplayBehaviorEnabledDefault">false</bool>
    <bool name="config_lowLightDisplayBehaviorEnabledDefault">true</bool>

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

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