summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-19 23:03:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-19 23:03:51 +0000
commit9c7983cc460a5202479c0172dc89fe73e89f169a (patch)
tree6507a40a83a8776e90b07f195ad02126dd9df308
parent0170fa54022b53d30e74c31183cc86e1d9eaef0a (diff)
parenta04563d81b7fb2b89b72c9be79d950d4c856f5ed (diff)
downloadzuma-9c7983cc460a5202479c0172dc89fe73e89f169a.tar.gz
Snap for 10832001 from a04563d81b7fb2b89b72c9be79d950d4c856f5ed to udc-qpr1-release
Change-Id: I48ef44d624df2d03adc4c8aa914f7b7b85eb3d80
-rw-r--r--device-common.mk3
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index bf738c3..ece4678 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -44,6 +44,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
ro.thermal_warmreset = true
+# Set the max page size to 4096 (b/300367402)
+PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
+
# Indicate that the bootloader supports the MTE developer option switch
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
# force enable MTE.
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 73ba083..6056332 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -286,5 +286,5 @@
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
<!-- Enable variable refresh rate when typing. -->
- <bool name="config_variableRefreshRateTypingSupported">true</bool>
+ <bool name="config_variableRefreshRateTypingSupported">false</bool>
</resources>