aboutsummaryrefslogtreecommitdiff
path: root/shared/iot/overlay/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/iot/overlay/frameworks/base/core/res/res/values/config.xml')
-rw-r--r--shared/iot/overlay/frameworks/base/core/res/res/values/config.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/shared/iot/overlay/frameworks/base/core/res/res/values/config.xml b/shared/iot/overlay/frameworks/base/core/res/res/values/config.xml
deleted file mode 100644
index d5dca9a81..000000000
--- a/shared/iot/overlay/frameworks/base/core/res/res/values/config.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2018, The Android Open Source Project.
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string-array name="networkAttributes" translatable="false">
- <item>"wifi,1,1,1,-1,true"</item>
- <item>"bluetooth,7,7,2,-1,true"</item>
- </string-array>
- <string-array name="radioAttributes" translatable="false">
- <item>"1,1"</item>
- <item>"7,1"</item>
- </string-array>
- <string-array name="config_tether_wifi_regexs" translatable="false">
- <item>"wlan0"</item>
- </string-array>
- <bool name="config_wifi_dual_band_support" translatable="false">true</bool>
- <bool name="config_bluetooth_address_validation">true</bool>
- <bool name="config_showNavigationBar">false</bool>
- <dimen name="config_viewConfigurationTouchSlop">12dp</dimen>
- <!-- cuttlefish uses mac80211-hwsim, which does not support Preferred
- Network Offload feature. We disable the use of this feature here. -->
- <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
- <!-- Maximum number of supported users -->
- <integer name="config_multiuserMaximumUsers">1</integer>
-
- <!-- Needed for CTS -->
- <!-- Use the default VPN confirm dialog -->
- <string name="config_customVpnConfirmDialogComponent" translatable="false"
- >com.android.vpndialogs/com.android.vpndialogs.ConfirmDialog</string>
-
- <!-- True if WallpaperService is enabled -->
- <bool name="config_enableWallpaperService">true</bool>
-</resources>