blob: 4c85e8c30f6fc84c978d5b86cbf0a36535003c5a [file] [log] [blame]
Remi NGUYEN VAN21c854a2021-03-08 22:05:03 +09001<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright (C) 2021 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources xmlns:android="http://schemas.android.com/apk/res/android">
17 <overlayable name="ServiceConnectivityResourcesConfig">
18 <policy type="product|system|vendor">
19 <!-- Configuration values for ConnectivityService -->
Remi NGUYEN VAN5a42a5f2021-03-09 13:35:25 +090020 <item type="array" name="config_legacy_networktype_restore_timers"/>
Remi NGUYEN VAN21c854a2021-03-08 22:05:03 +090021 <item type="string" name="config_networkCaptivePortalServerUrl"/>
22 <item type="integer" name="config_networkTransitionTimeout"/>
23 <item type="array" name="config_wakeonlan_supported_interfaces"/>
Remi NGUYEN VAN0d4c78d2021-03-17 23:14:53 +090024 <item type="integer" name="config_networkMeteredMultipathPreference"/>
25 <item type="array" name="config_networkSupportedKeepaliveCount"/>
26 <item type="integer" name="config_networkAvoidBadWifi"/>
Chalard Jean020b93a2022-09-01 13:20:14 +090027 <item type="integer" name="config_activelyPreferBadWifi"/>
Remi NGUYEN VAN97fad722021-03-19 17:41:48 +090028 <item type="array" name="config_protectedNetworks"/>
29 <item type="bool" name="config_vehicleInternalNetworkAlwaysRequested"/>
30 <item type="integer" name="config_networkWakeupPacketMark"/>
31 <item type="integer" name="config_networkWakeupPacketMask"/>
32 <item type="integer" name="config_networkNotifySwitchType"/>
33 <item type="array" name="config_networkNotifySwitches"/>
Remi NGUYEN VAN57c03802021-03-31 17:07:45 +090034 <item type="bool" name="config_ongoingSignInNotification"/>
Remi NGUYEN VAN3a8198c2021-07-01 14:14:13 +090035 <item type="bool" name="config_autoCancelNetworkNotifications"/>
Remi NGUYEN VAN5dc6ca02021-07-30 18:14:48 +090036 <item type="bool" name="config_notifyNoInternetAsDialogWhenHighPriority"/>
37 <item type="bool" name="config_partialConnectivityNotifiedAsNoInternet"/>
Remi NGUYEN VAN3a8198c2021-07-01 14:14:13 +090038 <item type="drawable" name="stat_notify_wifi_in_range"/>
39 <item type="drawable" name="stat_notify_rssi_in_range"/>
Chalard Jean0702f982021-09-16 21:50:07 +090040 <item type="bool" name="config_cellular_radio_timesharing_capable" />
Xiao Ma0a171c02022-01-23 16:14:51 +000041 <item type="string" name="config_ethernet_tcp_buffers"/>
42 <item type="array" name="config_ethernet_interfaces"/>
43 <item type="string" name="config_ethernet_iface_regex"/>
he_won.hwang881307a2022-03-15 21:23:52 +090044 <item type="integer" name="config_validationFailureAfterRoamIgnoreTimeMillis" />
Junyu Laie72c8492022-06-11 17:10:54 +080045 <item type="integer" name="config_netstats_validate_import" />
Remi NGUYEN VAN21c854a2021-03-08 22:05:03 +090046 </policy>
47 </overlayable>
48</resources>