sapphire: Limit max refresh rate on lockscreen

Signed-off-by: Omar Mohamed <omarcoptan9@gmail.com>
This commit is contained in:
onettboots
2023-10-08 12:06:39 +02:00
committed by kibria5
parent 24fbbd97e1
commit 441685f775

View File

@@ -20,6 +20,12 @@
<!-- Preferred max refresh rate at AOD & Ambient Display, if supported by the display. -->
<integer name="config_aodMaxRefreshRate">60</integer>
<!-- Preferred refresh rate at keyguard, if supported by the display -->
<integer name="config_keyguardRefreshRate">60</integer>
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
<integer name="config_keyguardMaxRefreshRate">60</integer>
<!-- Type of a sensor that provides a low-power estimate of the desired display
brightness, suitable to listen to while the device is asleep (e.g. during
always-on display) -->