summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Chang <richardycc@google.com>2023-05-15 02:59:54 +0000
committerRichard Chang <richardycc@google.com>2023-05-15 02:59:54 +0000
commite86bdd7e9703c48b0ffcc6dd909f7e55739c2183 (patch)
tree0d2c5d1ce2b99fde83611a69380f3e07357004f4
parent1ccaf8e861b17885c1c63f61ffa26478fb691a26 (diff)
downloadredfin-android14-dev.tar.gz
redfin: remove customizedMaxCachedProcessesandroid14-dev
With project Snowbird in U, the MaxCachedProcesses is 1024 by default Bug: 278086134 Test: Build Change-Id: I02432c6eb101da03bf2ea496c61d297e5a122769
-rwxr-xr-xredfin/overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/redfin/overlay/frameworks/base/core/res/res/values/config.xml b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
index 56b2b1c..ea4904f 100755
--- a/redfin/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
@@ -276,9 +276,6 @@
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
- <!-- the number of the max cached processes in the system. -->
- <integer name="config_customizedMaxCachedProcesses">64</integer>
-
<!-- A string config in svg path format for the main display shape.
(@see https://www.w3.org/TR/SVG/paths.html#PathData).