sm8150-common: overlay: Disable doze_suspend_display_state_supported
* Our devices don't seem to actually support this, causing Always On Display to freeze all the time Change-Id: Ifdac96f405b6fcf1179967a3d431e32dfff1cac0
This commit is contained in:
parent
e3630b3d45
commit
68726bb32a
|
@ -21,7 +21,7 @@
|
||||||
for different hardware and product builds. -->
|
for different hardware and product builds. -->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
||||||
<bool name="doze_suspend_display_state_supported">true</bool>
|
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||||
|
|
||||||
<!-- Doze: check proximity sensor before pulsing? -->
|
<!-- Doze: check proximity sensor before pulsing? -->
|
||||||
<bool name="doze_proximity_check_before_pulse">false</bool>
|
<bool name="doze_proximity_check_before_pulse">false</bool>
|
||||||
|
|
Loading…
Reference in New Issue