Loading core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading