aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorPark Ju Hyung <qkrwngud825@gmail.com>2022-06-15 22:28:15 -0300
committersinanmohd <pcmsinan@gmail.com>2023-01-05 21:27:38 +0530
commit62fad93abadc4b5e1c7b06f7985bafad8ea5b9bb (patch)
tree542e782bfad0c40753aae0d0728a9f68bc5fa21d /rro_overlays
parente732068d04cec0c46dd6780d8dc5a669a0e26a1d (diff)
veux: overlay: Enable burn-in protection for status/navbar
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/FrameworksResOverlayVeux/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
index b2c7751..5231448 100644
--- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
+++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
@@ -351,6 +351,9 @@
<!-- If true, the display will be shifted around in ambient mode. -->
<bool name="config_enableBurnInProtection">true</bool>
+ <!-- Enable burn protection in status bar -->
+ <bool name="config_statusBarBurnInProtection">true</bool>
+
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false" >true</bool>