sdm710-common: Enable AOD

* But disable it by default

Change-Id: Ie85e49e38503dc531f262138d8bed465632a41c0
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Luca Stefani 2019-01-05 21:44:39 +01:00 committed by SamarV-121
parent 2ba075de31
commit 40b06eb286

View file

@ -400,6 +400,13 @@
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">17</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}.