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:
parent
e41be63414
commit
dae13ec53f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue