blob: da8aee56276ce8208375d5b0a763004b11d0d66c [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"/>
24
Remi NGUYEN VAN21c854a2021-03-08 22:05:03 +090025 </policy>
26 </overlayable>
27</resources>