Skip to content

Commit

Permalink
Fix display flicker after exiting AD/AOD
Browse files Browse the repository at this point in the history
Change-Id: Ic8ce5064ca3e27432331ac679b7dd3df166089
  • Loading branch information
Alex Cruz authored and spaceman860 committed Nov 23, 2018
1 parent d872555 commit 44f7150
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. -->
<bool name="config_dozePulsePickup">true</bool>

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

<!-- Specify custom blanking delay of the display -->
<integer name="config_screen_off_delay">0</integer>

<!-- Type of the double tap sensor. Empty if double tap is not supported. -->
<string name="config_dozeDoubleTapSensorType" translatable="false">com.google.sensor.double_touch</string>

Expand Down

0 comments on commit 44f7150

Please sign in to comment.