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:
parent
7cb1e9f6b8
commit
2514e80506
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user