monet: add missing evo overlays

This commit is contained in:
mikairyuu 2021-12-19 13:49:23 +10:00
parent 32f6c995ff
commit 14548652b6

View File

@ -474,6 +474,31 @@
Z
</string>
<!-- Enable face auth only when swiping security view -->
<bool name="config_faceAuthOnlyOnSecurityView">true</bool>
<!-- Default value for proximity check on screen wake
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<bool name="config_proximityCheckOnWake">true</bool>
<integer name="config_proximityCheckTimeout">3000</integer>
<bool name="config_proximityCheckOnWakeEnabledByDefault">false</bool>
<!-- Do the battery/notification LEDs support pulsing?
Used to decide if we show pulse settings -->
<bool name="config_ledCanPulse">true</bool>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- Does the battery LED support multiple colors?
Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">false</bool>
<!-- Whether to enable shifting of elements in the status bar and the navigation bar.
Should be enabled for OLED devices to reduce/prevent burn in on the status bar
and on the navigation bar and disabled for all other devices. -->
<bool name="config_statusBarBurnInProtection">true</bool>
<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->