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

Commit e73b35d6 authored by Raff Tsai's avatar Raff Tsai
Browse files

Use AOSP package name

Bug: 22333984
Test: make
Change-Id: I0c5182b5dfd407bc01b69e1f0d366d797e1dc602
parent 27443d04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2311,7 +2311,7 @@
    <!-- If supported and enabled, are dreams activated when asleep and charging? (by default) -->
    <bool name="config_dreamsActivatedOnSleepByDefault">false</bool>
    <!-- ComponentName of the default dream (Settings.Secure.DEFAULT_SCREENSAVER_COMPONENT) -->
    <string name="config_dreamsDefaultComponent" translatable="false">com.google.android.deskclock/com.android.deskclock.Screensaver</string>
    <string name="config_dreamsDefaultComponent" translatable="false">com.android.deskclock/com.android.deskclock.Screensaver</string>

    <!-- Are we allowed to dream while not plugged in? -->
    <bool name="config_dreamsEnabledOnBattery">false</bool>