mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
sm6375-common: disable STATE_DOZE
- Our device doesn't support doze - Fixes AOD flickering issues Change-Id: I44855e85f7d9e26666a8efb79afc202c69770615
This commit is contained in:
committed by
Ramii Ahmed
parent
13d9f91d56
commit
ca537b7847
@@ -22,7 +22,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- Doze: does this device support STATE_DOZE? -->
|
||||
<bool name="doze_display_state_supported">true</bool>
|
||||
<bool name="doze_display_state_supported">false</bool>
|
||||
|
||||
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
||||
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||
|
||||
Reference in New Issue
Block a user