a7xelte: enable burnIn protection support
authorJoey Rizzoli <joey@lineageos.org>
Wed, 30 Aug 2017 14:20:24 +0000 (16:20 +0200)
committerSourajit Karmakar <sourajit.karmakar@gmail.com>
Tue, 7 Jul 2020 15:00:18 +0000 (11:00 -0400)
Change-Id: Ic0cdace84af95c32a4e010ab1391f0469442bfc9

overlay/frameworks/base/core/res/res/values/config.xml

index 9d04c19463d43630f753f5c89ecc7cdd60309095..90baf3564f5428b40e9a2593d92c26aaef473fdb 100644 (file)
          to reduce it to preserve the battery. Value of 100% means no scaling. -->
     <fraction name="config_screenAutoBrightnessDozeScaleFactor">50%</fraction>
 
+    <!-- Enable OLED burn-in protection -->
+    <bool name="config_enableBurnInProtection">true</bool>
+
     <!-- Boolean indicating if current platform supports BLE peripheral mode -->
     <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>