diff options
| author | Doctor Strange <faizanbashir380@gmail.com> | 2022-04-29 21:35:34 +0530 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 | 
| commit | f9d1de35dbf04d59e778683e4e5e03a23d016517 (patch) | |
| tree | bca8a10fe541223f5ee4daafa85b2dab67d00832 /rro_overlays/SystemUIOverlayVeux | |
| parent | 04ad47f9fb99345478eee330a255a64d9687410f (diff) | |
veux: disable STATE_DOZE
- Our device doesn't support doze
- Fixes AOD flickering issues
Change-Id: I44855e85f7d9e26666a8efb79afc202c69770615
Diffstat (limited to 'rro_overlays/SystemUIOverlayVeux')
| -rw-r--r-- | rro_overlays/SystemUIOverlayVeux/res/values/config.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml index 7cf1edf..ee9c99f 100644 --- a/rro_overlays/SystemUIOverlayVeux/res/values/config.xml +++ b/rro_overlays/SystemUIOverlayVeux/res/values/config.xml @@ -25,8 +25,8 @@      <!-- Doze: check proximity sensor before pulsing? -->      <bool name="doze_proximity_check_before_pulse">false</bool> -    <!-- Doze: does this device support STATE_DOZE?  --> -    <bool name="doze_display_state_supported">true</bool> +     <!-- Doze: does this device support STATE_DOZE?  --> +    <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> | 
