sm8150-common: overlay: Don't check proximity sensor before pulsing
Since we don't have a proximity sensor, doze is unable to perform a proximity check thus we end up crashing due to issues with releasing Doze/DozeTriggers wakelocks. Change-Id: Ic7f2dff80b52d32e821b77f2e8c6307f8a8e3d18 Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
parent
776063454f
commit
7c5fcdfb29
|
@ -25,4 +25,7 @@
|
|||
|
||||
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
||||
<bool name="doze_suspend_display_state_supported">true</bool>
|
||||
|
||||
<!-- Doze: check proximity sensor before pulsing? -->
|
||||
<bool name="doze_proximity_check_before_pulse">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue