sm7125: Set aod to off by default

Now please stop asking me how to disable this. Thanks.
tirimbino
Ruchit Marathe 2 years ago
parent 1798d3eedc
commit e004fe6155
  1. 2
      overlay/frameworks/base/core/res/res/values/config.xml

@ -1237,7 +1237,7 @@
<!-- 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">true</bool>
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- If true, the display will be shifted around in ambient mode. -->
<bool name="config_enableBurnInProtection">true</bool>

Loading…
Cancel
Save