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:
parent
2ba075de31
commit
40b06eb286
1 changed files with 7 additions and 0 deletions
|
@ -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}.
|
||||
|
|
Loading…
Reference in a new issue