mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 23:46:27 -08:00
LG8n: overlay: Enable refresh rate switch
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
f59b8302af
commit
f9abcb593a
|
@ -21,6 +21,9 @@
|
||||||
for different hardware and product builds. Do not translate. -->
|
for different hardware and product builds. Do not translate. -->
|
||||||
|
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- Show refresh rate controls -->
|
||||||
|
<bool name="config_show_refresh_rate_controls">true</bool>
|
||||||
|
|
||||||
<!-- 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>
|
||||||
|
|
||||||
|
@ -42,4 +45,6 @@
|
||||||
should be either LOW (1) or HIGH (3).
|
should be either LOW (1) or HIGH (3).
|
||||||
-->
|
-->
|
||||||
<integer name="config_vibration_supported_intensity_levels">3</integer>
|
<integer name="config_vibration_supported_intensity_levels">3</integer>
|
||||||
|
|
||||||
|
<string name="bliss_maintainer">Shirayuki39(Shirayuki428)</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue