163 lines
8.4 KiB
XML
163 lines
8.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- NOTE: The telephony module is no longer reading the configuration below for available
|
|
APN types. The set of APN types and relevant settings are specified within the telephony
|
|
module and are non-configurable. Whether or not data connectivity over a cellular network
|
|
is available at all is controlled by the flag: config_moble_data_capable. -->
|
|
<string-array name="networkAttributes" translatable="false">
|
|
<item>wifi,1,1,1,-1,true</item>
|
|
<item>mobile,0,0,0,-1,true</item>
|
|
<item>mobile_mms,2,0,4,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>bluetooth,7,7,2,-1,true</item>
|
|
<item>mobile_emergency,15,0,5,-1,true</item>
|
|
<item>ethernet,9,9,9,-1,true</item>
|
|
</string-array>
|
|
|
|
<!-- An Array of "[ConnectivityManager connectionType],
|
|
[# simultaneous connection types]" -->
|
|
<string-array name="radioAttributes" translatable="false">
|
|
<item>1,1</item>
|
|
<item>0,1</item>
|
|
<item>7,1</item>
|
|
</string-array>
|
|
|
|
<!-- The restoring is handled by modem if it is true-->
|
|
<bool name="skip_restoring_network_selection" translatable="false">true</bool>
|
|
|
|
<!-- MMS user agent string -->
|
|
<string name="config_mms_user_agent" translatable="false">Android-Mms/2.0</string>
|
|
|
|
<!-- MMS user agent prolfile url -->
|
|
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
|
|
|
|
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
|
|
<bool name="config_cellBroadcastAppLinks">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.
|
|
|
|
This is deprecated. Please use config_mobile_tcp_buffers for rat-based TCP buffers sizes or
|
|
config_tcp_buffers for rat-independent TCP buffer sizes.
|
|
-->
|
|
<string-array name="config_mobile_tcp_buffers">
|
|
<item>5gnr:2097152,6291456,16777216,512000,2097152,8388608</item>
|
|
<item>lte:2097152,4194304,8388608,262144,524288,1048576</item>
|
|
<item>lte_ca:4096,6291456,12582912,4096,1048576,2097152</item>
|
|
<item>umts:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>hspa:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>hsupa:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>hsdpa:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>hspap:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>edge:4093,26280,35040,4096,16384,35040</item>
|
|
<item>gprs:4092,8760,11680,4096,8760,11680</item>
|
|
<item>evdo:4094,87380,524288,4096,16384,262144</item>
|
|
</string-array>
|
|
|
|
<!-- Configure tcp buffer sizes per network type in the form:
|
|
network-type:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
|
|
|
The network-type must be a valid DataConfigNetworkType value. If no value is found for the
|
|
network-type in use, config_tcp_buffers will be used instead.
|
|
-->
|
|
<string-array name="config_network_type_tcp_buffers">
|
|
<item>NR_SA_MMWAVE:2097152,6291456,16777216,512000,2097152,8388608</item>
|
|
<item>NR_SA:2097152,6291456,16777216,512000,2097152,8388608</item>
|
|
<item>NR_NSA_MMWAVE:2097152,6291456,16777216,512000,2097152,8388608</item>
|
|
<item>NR_NSA:2097152,6291456,16777216,512000,2097152,8388608</item>
|
|
<item>LTE:2097152,4194304,8388608,262144,524288,1048576</item>
|
|
<item>LTE_CA:4096,6291456,12582912,4096,1048576,2097152</item>
|
|
<item>UMTS:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>HSPA:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>HSUPA:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>HSDPA:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>HSPA+:4094,87380,1220608,4096,16384,1220608</item>
|
|
<item>EDGE:4093,26280,35040,4096,16384,35040</item>
|
|
<item>GPRS:4092,8760,11680,4096,8760,11680</item>
|
|
<item>EvDo_0:4094,87380,524288,4096,16384,262144</item>
|
|
<item>EvDo_A:4094,87380,524288,4096,16384,262144</item>
|
|
<item>EvDo_B:4094,87380,524288,4096,16384,262144</item>
|
|
</string-array>
|
|
|
|
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
|
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
|
|
|
<!-- set to false if we need to show user confirmation
|
|
when alpha identifier is not provided by the UICC -->
|
|
<bool name="config_stkNoAlphaUsrCnf">false</bool>
|
|
|
|
<!-- Define optional package verifier name -->
|
|
<string name="config_optionalPackageVerifierName" translatable="false">seemp.service</string>
|
|
|
|
<!-- Flag specifying whether VoLTE is available on device -->
|
|
<bool name="config_device_volte_available">true</bool>
|
|
|
|
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
|
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
|
provisioning, availability etc -->
|
|
<bool name="config_carrier_volte_available">true</bool>
|
|
|
|
<!-- Flag specifying whether VT is available on device -->
|
|
<bool name="config_device_vt_available">true</bool>
|
|
|
|
<!-- Flag specifying whether WFC over IMS is available on device -->
|
|
<bool name="config_device_wfc_ims_available">true</bool>
|
|
|
|
<!-- 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 -->
|
|
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
|
|
|
|
<!--The default "usage setting" indicating that the device is either a voice-centric
|
|
device (1) or a data-centric device (2). A voice-centric device will require that any cellular
|
|
service that it uses provides access to voice capability, and a data-centric device will
|
|
likewise require that the network provides access to data services. These settings are
|
|
sent to the cellular modem and control the behavior in accordance with 3gpp TS 24.301 sec 4.3
|
|
(and equivalent functionality in other generations of cellular).-->
|
|
<integer name="config_default_cellular_usage_setting">-1</integer>
|
|
|
|
<!-- Whether the device enable the standalone (SA) mode of 5G NR.-->
|
|
<bool name="config_telephony5gStandalone">true</bool>
|
|
|
|
<!-- Whether the device enable the non-standalone (NSA) mode of 5G NR.-->
|
|
<bool name="config_telephony5gNonStandalone">true</bool>
|
|
|
|
<!-- Whether to select voice/data/sms preference without user confirmation -->
|
|
<bool name="config_voice_data_sms_auto_fallback">true</bool>
|
|
|
|
<!-- Whether to adopt the predefined handover policies for IWLAN.
|
|
{@see CarrierConfigManager#KEY_IWLAN_HANDOVER_POLICY_STRING_ARRAY}
|
|
-->
|
|
<bool name="config_enable_iwlan_handover_policy">false</bool>
|
|
|
|
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay,
|
|
an empty string is passed in -->
|
|
<string name="config_wlan_data_service_package" translatable="false">vendor.qti.iwlan</string>
|
|
|
|
<!-- IWLAN network service package name to bind to by default. If none is specified in an
|
|
overlay, an empty string is passed in -->
|
|
<string name="config_wlan_network_service_package" translatable="false">vendor.qti.iwlan</string>
|
|
|
|
<!-- Telephony qualified networks service package name to bind to by default. -->
|
|
<string name="config_qualified_networks_service_package" translatable="false">vendor.qti.iwlan</string>
|
|
|
|
<!-- Whether enhanced IWLAN handover check is enabled. If enabled, telephony frameworks
|
|
will not perform handover if the target transport is out of service, or VoPS not
|
|
supported. The network will be torn down on the source transport, and will be
|
|
re-established on the target transport when condition is allowed for bringing up a
|
|
new network. -->
|
|
<bool name="config_enhanced_iwlan_handover_check">false</bool>
|
|
|
|
</resources>
|