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

Commit fbad9f72 authored by Thuong Phan's avatar Thuong Phan Committed by Android (Google) Code Review
Browse files

Merge "Update 'when to show' screen saver preference setting (1/2)" into main

parents f883daee 9be807b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2834,6 +2834,8 @@
        <item>1</item>
    </integer-array>

    <!-- Should we show the preference to set up when to start dreaming? -->
    <bool name="config_dreamsShowWhenToDreamSetting">true</bool>
    <!-- Are we allowed to dream while not plugged in? -->
    <bool name="config_dreamsEnabledOnBattery">false</bool>
    <!-- Minimum battery level to allow dreaming when powered.
+1 −0
Original line number Diff line number Diff line
@@ -2365,6 +2365,7 @@
  <java-symbol type="bool" name="config_dreamsSupported" />
  <java-symbol type="bool" name="config_dreamsEnabledByDefault" />
  <java-symbol type="bool" name="config_dreamsEnabledOnBattery" />
  <java-symbol type="bool" name="config_dreamsShowWhenToDreamSetting" />
  <java-symbol type="bool" name="config_dreamsActivatedOnDockByDefault" />
  <java-symbol type="bool" name="config_dreamsActivatedOnSleepByDefault" />
  <java-symbol type="bool" name="config_dreamsActivatedOnPosturedByDefault" />