diff options
| -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> | 
