dre: overlay: Disable AOD by default

Change-Id: I474ec8ab718140c30c1032adca6946461bba593e
This commit is contained in:
LuK1337 2022-04-19 01:30:04 +02:00 committed by Albert Tang
parent eb6ffeace8
commit cf7ca4e244

View file

@ -98,4 +98,8 @@
<item>"/system/bin/surfaceflinger"</item>
</string-array>
<!-- 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>
</resources>