sm8250-common: overlay: Disable AOD by default

Change-Id: I474ec8ab718140c30c1032adca6946461bba593e
This commit is contained in:
LuK1337
2022-04-19 01:30:04 +02:00
parent 4ea2bee34e
commit 3fffab443b

View File

@@ -70,6 +70,10 @@
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">17</integer>
<!-- 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>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>