Have AOD overlay no longer assume screen blank on AOD transition. Most screen dont, and we'd rather have a small glitch, than 1s of black screen

This commit is contained in:
Pierre-Hugues Husson 2022-05-02 18:05:13 -04:00
parent 4427a0b0ec
commit f7dd0af5d1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<resources>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_dozeSupportsAodWallpaper">false</bool>
<bool name="config_displayBlanksAfterDoze">true</bool>
<bool name="config_displayBlanksAfterDoze">false</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<integer name="config_screenBrightnessDoze">1</integer>