mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: Enable peak refresh rate toggle in Settings
X6883B supports switching between 60, 90 and 120 Hz refresh rates, so let's expose it in Settings -> Display -> Peak refresh rate for users to save battery if necessary. Test: visual confirmation after toggling several times Change-Id: Ia206c495e3f40f583f8cd35e7753c30a5e917656 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
70e7c64bbf
commit
2b7b8271e8
|
@ -23,4 +23,7 @@
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- Whether to show min refresh rate in display settings -->
|
<!-- Whether to show min refresh rate in display settings -->
|
||||||
<bool name="config_show_min_refresh_rate_switch">true</bool>
|
<bool name="config_show_min_refresh_rate_switch">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether to show peak refresh rate in display settings -->
|
||||||
|
<bool name="config_show_peak_refresh_rate_switch">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue