diff options
author | Park Ju Hyung <qkrwngud825@gmail.com> | 2022-06-15 22:28:15 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | 62fad93abadc4b5e1c7b06f7985bafad8ea5b9bb (patch) | |
tree | 542e782bfad0c40753aae0d0728a9f68bc5fa21d /rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | |
parent | e732068d04cec0c46dd6780d8dc5a669a0e26a1d (diff) |
veux: overlay: Enable burn-in protection for status/navbar
Diffstat (limited to 'rro_overlays/FrameworksResOverlayVeux/res/values/config.xml')
-rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | 3 |
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> |