| commit | d137297451f07247b3982c7a06bfc4959bd84ccd | [log] [tgz] |
|---|---|---|
| author | LuK1337 <priv.luk@gmail.com> | Sun Nov 22 03:14:32 2020 +0100 |
| committer | Nahhk <nahhk@proton.me> | Sun Apr 20 01:56:35 2025 -0500 |
| tree | 89d4d1583e83f0531b7e777cd6a3aab78289a70c | |
| parent | 8317a6467a37e8c3de01094d0881342c801b45f9 [diff] |
sm6225-common: overlay: Enable min_refresh_rate setting Change-Id: I2e16b99318003de819d84cab03f7baa33b9b6f2b
diff --git a/overlay/SystemUIResCommon/res/values/config.xml b/overlay/SystemUIResCommon/res/values/config.xml index 23de274..de547a8 100644 --- a/overlay/SystemUIResCommon/res/values/config.xml +++ b/overlay/SystemUIResCommon/res/values/config.xml
@@ -6,4 +6,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Doze: does this device support STATE_DOZE? --> <bool name="doze_display_state_supported">true</bool> + + <!-- Whether to show min refresh rate in display settings --> + <bool name="config_show_min_refresh_rate_switch">true</bool> </resources>