sdm660-common: 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.
This commit is contained in:
Erik Müller 2019-06-23 15:29:40 +05:30 committed by Max Weffers
parent e41be63414
commit dae13ec53f
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -24,8 +24,8 @@
one bar higher than they actually are -->
<bool name="config_inflateSignalStrength">true</bool>
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
<bool name="doze_display_state_supported">true</bool>
<!-- Doze: check proximity sensor before pulsing? -->
<bool name="doze_proximity_check_before_pulse">false</bool>
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">6</integer>