Android O MR1 SDK.
[android_tools.git] / sdk / platforms / android-27 / data / res / values-mcc311-mnc480 / config.xml
blob04f182e1a92c603d06ec276864c0f95d258ec083
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>66</item>
27         <item>76</item>
28         <item>77</item>
29         <item>78</item>
30         <item>79</item>
31         <item>80</item>
32         <item>81</item>
33         <item>82</item>
34         <item>83</item>
35     </string-array>
37     <!-- Flag indicating whether the IMS service can be turned off. If false then
38         the service will not be turned-off completely (the ImsManager.turnOffIms() will
39         be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
40     <bool name="imsServiceAllowTurnOff">false</bool>
42     <!-- Flag specifying whether VoLTE should be available for carrier: independent of
43          carrier provisioning. If false: hard disabled. If true: then depends on carrier
44          provisioning, availability etc -->
45     <bool name="config_carrier_volte_available">true</bool>
47     <!-- Flag specifying whether VT should be available for carrier: independent of
48          carrier provisioning. If false: hard disabled. If true: then depends on carrier
49          provisioning, availability etc -->
50     <bool name="config_carrier_vt_available">true</bool>
52     <bool name="config_auto_attach_data_on_creation">false</bool>
54     <!--Thresholds for LTE dbm in status bar-->
55     <integer-array translatable="false" name="config_lteDbmThresholds">
56         <item>-140</item>    <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN -->
57         <item>-115</item>    <!-- SIGNAL_STRENGTH_POOR -->
58         <item>-105</item>    <!-- SIGNAL_STRENGTH_MODERATE -->
59         <item>-95</item>     <!-- SIGNAL_STRENGTH_GOOD -->
60         <item>-85</item>     <!-- SIGNAL_STRENGTH_GREAT -->
61         <item>-44</item>
62     </integer-array>
64     <string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string>
66     <bool name="config_use_sim_language_file">true</bool>
68 </resources>