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

Commit 4e724c84 authored by John Spurlock's avatar John Spurlock
Browse files

Change default setting for dreams to 'when docked'

Bug:7078718
Change-Id: I4ec74cc9562ab728d6f86938758ede74c241c63b
parent 69626dab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@
    <!-- Whether the feature activates when docked (SCREENSAVER_ACTIVATE_ON_DOCK) -->
    <bool name="def_screensaver_activate_on_dock">true</bool>
    <!-- Whether the feature activates when docked (SCREENSAVER_ACTIVATE_ON_SLEEP) -->
    <bool name="def_screensaver_activate_on_sleep">true</bool>
    <bool name="def_screensaver_activate_on_sleep">false</bool>
    <!-- ComponentName of the default screen saver (Settings.Secure.SCREENSAVER_COMPONENT) -->
    <string name="def_screensaver_component">com.google.android.deskclock/com.android.deskclock.Screensaver</string>
</resources>