1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2017, The Android Open Source Project. 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <string-array name="networkAttributes" translatable="false"> 21 <item>"mobile,0,0,0,-1,true"</item> 22 <item>"wifi,1,1,1,-1,true"</item> 23 <item>"mobile_mms,2,0,2,60000,true"</item> 24 <item>"mobile_hipri,5,0,3,60000,true"</item> 25 <item>"bluetooth,7,7,2,-1,true"</item> 26 </string-array> 27 <string-array name="radioAttributes" translatable="false"> 28 <item>"0,1"</item> 29 <item>"1,1"</item> 30 <item>"4,1"</item> 31 <item>"7,1"</item> 32 <item>"11,1"</item> 33 </string-array> 34 <string-array name="config_tether_wifi_regexs" translatable="false"> 35 <item>"wlan0"</item> 36 </string-array> 37 <string-array name="config_tether_apndata" translatable="false"> 38 <item>Android,android,,,,,,,,311,740,,default,dun,ims</item> 39 </string-array> 40 <bool name="config_wifi_dual_band_support" translatable="false">true</bool> 41 <bool name="config_bluetooth_address_validation" translatable="false">true</bool> 42 <bool name="config_sms_capable" translatable="false">true</bool> 43 <string name="default_sms_application" translatable="false">com.android.mms</string> 44 <bool name="config_showNavigationBar" translatable="false">true</bool> 45 <dimen name="config_viewConfigurationTouchSlop" translatable="false">12dp</dimen> 46 <integer name="config_mobile_mtu" translatable="false">1460</integer> 47 <!-- cuttlefish uses mac80211-hwsim, which does not support the Preferred 48 Network Offload feature. The below config disables the use of this feature. --> 49 <bool name="config_wifi_background_scan_support" translatable="false">false</bool> 50 <!-- Maximum number of supported users --> 51 <integer name="config_multiuserMaximumUsers" translatable="false">4</integer> 52 53 <!-- TODO(bohu) enable the following when modem simualtor is used --> 54 <!-- 55 <string name="config_mms_user_agent" translatable="false">CuttlefishNexus</string> 56 <string name="config_mms_user_agent_profile_url" translatable="false">http://gsm.lge.com/html/gsm/Nexus5-M3.xml</string> 57 --> 58 59</resources> 60