commit | b6c4eba97546f57eea0ce35415c2b5771ec8ae19 | [log] [tgz] |
---|---|---|
author | Wilson Wu <wilsonwu@google.com> | Tue Sep 19 06:07:11 2023 +0000 |
committer | Wilson Wu <wilsonwu@google.com> | Tue Sep 19 09:22:02 2023 +0000 |
tree | af2cfc55096f3ba71ace3c6e6b28b2b35633a606 | |
parent | 1540e87a66c7137be7d9996562a304e1125d7c23 [diff] |
Disable variable refresh rate when typing on gs101 Turn off config_variableRefreshRateTypingSupported on gs101. Bug: 299966467 Test: presubmit Change-Id: Ifcac7ffe451db1b5059fb8827be58c80be828178
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c705b94..32adb01 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -279,5 +279,5 @@ </string-array> <!-- Enable variable refresh rate when typing. --> - <bool name="config_variableRefreshRateTypingSupported">true</bool> + <bool name="config_variableRefreshRateTypingSupported">false</bool> </resources>