sm6375-common: disable STATE_DOZE

- Our device doesn't support doze
- Fixes AOD flickering issues

Change-Id: I44855e85f7d9e26666a8efb79afc202c69770615
This commit is contained in:
Doctor Strange
2022-06-30 23:55:22 +00:00
committed by Ramii Ahmed
parent 13d9f91d56
commit ca537b7847

View File

@@ -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>