sdm660-common: overlay: Set screen off delay to 0

Fixes flicker issue when entering AOD

Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
This commit is contained in:
Anirudh Gupta 2019-01-07 20:58:12 +00:00 committed by Max Weffers
parent 5a6317be64
commit 04f7390d6e
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -510,4 +510,7 @@
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- Specify custom blanking delay of the display -->
<integer name="config_screen_off_delay">0</integer>
</resources>