rosemary: Remove some useless doze overlays

* config_displayBlanksAfterDoze and config_dozeAfterScreenOffByDefault break the
  nice animation from/to doze mode and they are not needed

Change-Id: I4054cd2d89556f964c8aa37014a58ba0fa36f017
This commit is contained in:
Tim Zimmermann
2023-04-26 10:51:37 +02:00
committed by Matsvei Niaverau
parent 69e0351b8c
commit be0697296e

View File

@@ -404,13 +404,6 @@
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
<!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing()