sm6150-common: overlay: Set preferred refresh rate on keyguard to 60

This ensures that the device doesn't switch to hrr while
doze mode is active.

Change-Id: I8488e86e56a46aea95f2835d8667c23401625f0b
This commit is contained in:
Arian 2022-09-23 16:12:00 +02:00
parent 87320fdb23
commit 5dee55fd0a

View File

@ -20,4 +20,7 @@
<resources> <resources>
<!-- Doze: does this device support STATE_DOZE? --> <!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool> <bool name="doze_display_state_supported">true</bool>
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
<integer name="config_keyguardMaxRefreshRate">60</integer>
</resources> </resources>