rosemary: 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:
=?UTF-8?q?Erik=20M=C3=BCller?=
2023-11-20 09:55:49 +01:00
committed by Matsvei Niaverau
parent 988af5070a
commit 9321ad9943

View File

@@ -27,6 +27,9 @@
<!-- 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>
<!-- Type of a sensor that provides a low-power estimate of the desired display
brightness, suitable to listen to while the device is asleep (e.g. during
always-on display) -->