Revert "sdm710-common: Enable AOD"

This reverts commit 40b06eb286.
This commit is contained in:
SamarV-121 2020-11-15 13:13:28 +05:30 committed by GiaSen
parent 7380a1a509
commit d305f8ec6d

View file

@ -500,13 +500,6 @@
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">1</integer>
<!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- 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>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.