Remi NGUYEN VAN | 21c854a | 2021-03-08 22:05:03 +0900 | [diff] [blame] | 1 | <?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 VAN | 5a42a5f | 2021-03-09 13:35:25 +0900 | [diff] [blame] | 20 | <item type="array" name="config_legacy_networktype_restore_timers"/> |
Remi NGUYEN VAN | 21c854a | 2021-03-08 22:05:03 +0900 | [diff] [blame] | 21 | <item type="string" name="config_networkCaptivePortalServerUrl"/> |
| 22 | <item type="integer" name="config_networkTransitionTimeout"/> |
| 23 | <item type="array" name="config_wakeonlan_supported_interfaces"/> |
Remi NGUYEN VAN | 0d4c78d | 2021-03-17 23:14:53 +0900 | [diff] [blame] | 24 | <item type="bool" name="config_apfDrop802_3Frames"/> |
| 25 | <item type="array" name="config_apfEthTypeDenyList"/> |
| 26 | <item type="integer" name="config_networkMeteredMultipathPreference"/> |
| 27 | <item type="array" name="config_networkSupportedKeepaliveCount"/> |
| 28 | <item type="integer" name="config_networkAvoidBadWifi"/> |
Remi NGUYEN VAN | 97fad72 | 2021-03-19 17:41:48 +0900 | [diff] [blame^] | 29 | <item type="array" name="config_protectedNetworks"/> |
| 30 | <item type="bool" name="config_vehicleInternalNetworkAlwaysRequested"/> |
| 31 | <item type="integer" name="config_networkWakeupPacketMark"/> |
| 32 | <item type="integer" name="config_networkWakeupPacketMask"/> |
| 33 | <item type="integer" name="config_networkNotifySwitchType"/> |
| 34 | <item type="array" name="config_networkNotifySwitches"/> |
Remi NGUYEN VAN | 21c854a | 2021-03-08 22:05:03 +0900 | [diff] [blame] | 35 | |
Remi NGUYEN VAN | 21c854a | 2021-03-08 22:05:03 +0900 | [diff] [blame] | 36 | </policy> |
| 37 | </overlayable> |
| 38 | </resources> |