Browse Source

sm8450-common: overlay: Enable burn in protection

Change-Id: Iaf1aff7e72a30e17ec6f1581cad34b94b37ffa84
Arian 5 years ago
parent
commit
54a931f1eb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      overlay/FrameworksResXiaomi/res/values/config.xml

+ 3 - 0
overlay/FrameworksResXiaomi/res/values/config.xml

@@ -414,6 +414,9 @@
     -->
     <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
 
+    <!-- If true, the display will be shifted around in ambient mode. -->
+    <bool name="config_enableBurnInProtection">true</bool>
+
     <!-- Whether device supports double tap to wake -->
     <bool name="config_supportDoubleTapWake">true</bool>
 </resources>