summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2025-03-03 14:11:50 +0200
committerSiluxsept <ronny.horn.rh@gmail.com>2025-08-28 20:34:33 +0200
commit389236f3f8bba7132600b802b24e9483f5376c1d (patch)
treebe32835d0847024908386a0fd9bbed1698db2cdb /overlay
parentcc92e0e5a245eb13d920f1c7ba1e23cfd0512e9f (diff)
b4s4: Remove deprecated config_mobile_tcp_buffers/networkAttributes
Change-Id: Ieda947e283cde11cf74a01dc1b438e1deeb902c9
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 92f74f5e..f35563c8 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -144,31 +144,6 @@
<bool translatable="false" name="config_tether_upstream_automatic">true</bool>
- <!-- This string array should be overridden by the device to present a list of network
- attributes. This is used by the connectivity manager to decide which networks can coexist
- based on the hardware -->
- <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
- [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet] -->
- <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
- before automatically restore the default connection. Set -1 if the connection
- does not require auto-restore. -->
- <!-- the 6th element indicates boot-time dependency-met value. -->
- <string-array translatable="false" name="networkAttributes">
- <item>"wifi,1,1,1,-1,true"</item>
- <item>"mobile,0,0,0,-1,true"</item>
- <item>"mobile_mms,2,0,2,60000,true"</item>
- <item>"mobile_supl,3,0,2,60000,true"</item>
- <item>"mobile_dun,4,0,2,60000,true"</item>
- <item>"mobile_hipri,5,0,3,60000,true"</item>
- <item>"mobile_fota,10,0,2,60000,true"</item>
- <item>"mobile_ims,11,0,2,60000,true"</item>
- <item>"mobile_cbs,12,0,2,60000,true"</item>
- <item>"mobile_ia,14,0,2,-1,true"</item>
- <item>"bluetooth,7,7,2,-1,true"</item>
- <item>"ethernet,9,9,9,-1,true"</item>
- <item>"mobile_emergency,15,0,2,-1,true</item>
- </string-array>
-
<!-- This string array should be overridden by the device to present a list of radio
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->
@@ -227,23 +202,6 @@
<!-- Flag specifying whether WFC over IMS is availasble on device -->
<bool name="config_device_wfc_ims_available">true</bool>
- <!-- Configure mobile tcp buffer sizes in the form:
- rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
- If no value is found for the rat-name in use, the system default will be applied.
- -->
- <string-array name="config_mobile_tcp_buffers">
- <item>umts:131072,262144,1452032,4096,16384,399360</item>
- <item>hspa:131072,262144,2441216,4096,16384,399360</item>
- <item>hsupa:131072,262144,2441216,4096,16384,399360</item>
- <item>hsdpa:131072,262144,2441216,4096,16384,399360</item>
- <item>hspap:131072,262144,2441216,4096,16384,399360</item>
- <item>edge:16384,32768,131072,4096,16384,65536</item>
- <item>gprs:4096,8192,24576,4096,8192,24576</item>
- <item>1xrtt:16384,32768,131070,4096,16384,102400</item>
- <item>evdo:131072,262144,1048576,4096,16384,524288</item>
- <item>lte:524288,1048576,8388608,262144,524288,4194304</item>
- </string-array>
-
<!-- Config determines whether to update phone object when voice registration
state changes. Voice radio tech change will always trigger an update of
phone object irrespective of this config -->