blob: 74469e5846d82454c95b323977c8c8873a358894 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2011, 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,,,,,,,,302,780,,default,dun,ims</item>
</string-array>
<bool name="config_wifi_dual_band_support" translatable="false">true</bool>
<bool name="config_bluetooth_address_validation" translatable="false">true</bool>
<bool name="config_sms_capable" translatable="false">true</bool>
<string name="default_sms_application" translatable="false">com.android.mms</string>
<bool name="config_showNavigationBar" translatable="false">true</bool>
<dimen name="config_viewConfigurationTouchSlop" translatable="false">12dp</dimen>
<integer name="config_mobile_mtu" translatable="false">1460</integer>
<!-- cuttlefish uses mac80211-hwsim, which does not support the Preferred
Network Offload feature. The below config disables the use of this feature. -->
<bool name="config_wifi_background_scan_support" translatable="false">false</bool>
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers" translatable="false">4</integer>
</resources>