sweet: overlay: Disable proximity sensor check before pulsing

* The device's ultrasound proximity sensor is not active
   during standby, thus it can't be used as a check before
   pulsing. This fixes Ambient Display.

Change-Id: I1fc416247ed13cbfba245f37a4aafeae74ddbff7
This commit is contained in:
Erik Müller 2017-06-19 21:16:47 +01:00 committed by basamaryan
parent 7cb1e9f6b8
commit 2514e80506
No known key found for this signature in database
GPG Key ID: FEB194423719B3F6

View File

@ -29,4 +29,7 @@
<!-- Flag to turn on the rendering of the above path or not -->
<bool name="config_enableDisplayCutoutProtection">true</bool>
<!-- Doze: check proximity sensor before pulsing? -->
<bool name="doze_proximity_check_before_pulse">false</bool>
</resources>