blob: 522712ddab78d447220388aae433a6a0eabdd52e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, 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>"mobile,0,0,0,-1,true"</item>
<item>"wifi,1,1,1,-1,true"</item>
<item>"mobile_mms,2,0,2,60000,true"</item>
<item>"mobile_hipri,5,0,3,60000,true"</item>
<item>"bluetooth,7,7,2,-1,true"</item>
</string-array>
<string-array name="radioAttributes" translatable="false">
<item>"0,1"</item>
<item>"1,1"</item>
<item>"4,1"</item>
<item>"7,1"</item>
<item>"11,1"</item>
</string-array>
<string-array name="config_tether_wifi_regexs" translatable="false">
<item>"wlan0"</item>
</string-array>
<string-array name="config_tether_apndata" translatable="false">
<item>Android,android,,,,,,,,310,260,,default,dun,ims</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_sms_capable">false</bool>
<string name="default_sms_application" translatable="false">com.android.mms</string>
<bool name="config_showNavigationBar">true</bool>
<dimen name="config_viewConfigurationTouchSlop">12dp</dimen>
<integer name="config_mobile_mtu">1460</integer>
<!-- 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">8</integer>
</resources>