Skip to content

Commit

Permalink
raphael: overlay: disable BlanksAfterDoze
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
  • Loading branch information
ai94iq authored and Ayushd70 committed Jul 5, 2020
1 parent a672a12 commit edade10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<bool name="config_dozeAlwaysOnEnabled">false</bool>

<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
<bool name="config_displayBlanksAfterDoze">false</bool>

<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
Expand Down

0 comments on commit edade10

Please sign in to comment.