blob: 1d7b0196a7dd2799af9dc5a68ced60b0a402e1bd [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,,,,,,,,311,740,,default,dun,ims</item>
</string-array>
<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>
<!-- Whether Multiuser UI should be shown -->
<bool name="config_enableMultiUserUI" translatable="false">true</bool>
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers" translatable="false">4</integer>
<!-- Support mic and camera muting -->
<bool name="config_supportsMicToggle">true</bool>
<bool name="config_supportsCamToggle">true</bool>
<string name="config_mms_user_agent" translatable="false">CuttlefishNexus</string>
<string name="config_mms_user_agent_profile_url" translatable="false">http://gsm.lge.com/html/gsm/Nexus5-M3.xml</string>
<string name="config_wlan_data_service_package" translatable="false">com.android.ims</string>
<string name="config_wlan_network_service_package" translatable="false">com.android.ims</string>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
and Strength as defined in Authenticators.java -->
<string-array name="config_biometric_sensors" translatable="false" >
<item>2:2:255</item> <!-- ID2:Fingerprint(HIDL):Weak -->
<item>3:8:255</item> <!-- ID3:Face(HIDL):Weak -->
</string-array>
<!-- Enable Night display, which requires HWC 2.0. -->
<bool name="config_nightDisplayAvailable">true</bool>
<!-- Let ColorFade use a color layer to avoid deadlocking in WM CTS. See b/233386717. -->
<bool name="config_animateScreenLights">true</bool>
</resources>