android_vendor_hardware_ove.../Xiaomi/Mi11Lite5G-SystemUI/res/values/config.xml
2024-04-06 10:17:00 +00:00

11 lines
458 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
<bool name="doze_suspend_display_state_supported">false</bool>
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
<integer name="config_keyguardMaxRefreshRate">60</integer>
</resources>