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

Commit b2c94ec8 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Change default setting for dreams to 'when docked'" into jb-mr1-dev

parents d5ea3b46 4e724c84
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>