Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / values-mcc311-mnc480 / config.xml
blob6f85081bb704406f7b1cab9025641ad22b2e88da
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*
4 ** Copyright 2012, 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
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.
18 -->
20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
22     <!-- CDMA home system id for Verizon -->
23     <string-array translatable="false" name="config_cdma_home_system">
24         <item>64</item>
25         <item>65</item>
26         <item>76</item>
27         <item>77</item>
28         <item>78</item>
29         <item>79</item>
30         <item>80</item>
31         <item>81</item>
32         <item>82</item>
33         <item>83</item>
34     </string-array>
36     <!-- Flag indicating whether the IMS service can be turned off. If false then
37         the service will not be turned-off completely (the ImsManager.turnOffIms() will
38         be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
39     <bool name="imsServiceAllowTurnOff">false</bool>
41     <!-- Flag specifying whether VoLTE should be available for carrier: independent of
42          carrier provisioning. If false: hard disabled. If true: then depends on carrier
43          provisioning, availability etc -->
44     <bool name="config_carrier_volte_available">true</bool>
46     <!-- Flag specifying whether VT should be available for carrier: independent of
47          carrier provisioning. If false: hard disabled. If true: then depends on carrier
48          provisioning, availability etc -->
49     <bool name="config_carrier_vt_available">true</bool>
51     <bool name="config_auto_attach_data_on_creation">false</bool>
53     <!--Thresholds for LTE dbm in status bar-->
54     <integer-array translatable="false" name="config_lteDbmThresholds">
55         <item>-140</item>    <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN -->
56         <item>-115</item>    <!-- SIGNAL_STRENGTH_POOR -->
57         <item>-105</item>    <!-- SIGNAL_STRENGTH_MODERATE -->
58         <item>-95</item>     <!-- SIGNAL_STRENGTH_GOOD -->
59         <item>-85</item>     <!-- SIGNAL_STRENGTH_GREAT -->
60         <item>-44</item>
61     </integer-array>
63     <string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string>
65     <bool name="config_use_sim_language_file">true</bool>
67 </resources>