| Ta-wei Yen | 34d3b56 | 2016-05-03 14:10:03 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <list name="carrier_config_list"> |
| 18 | <pbundle_as_map> |
| 19 | <!-- Orange France --> |
| 20 | <string-array name="mccmnc"> |
| 21 | <item value="20801"/> |
| 22 | <item value="20802"/> |
| 23 | </string-array> |
| 24 | |
| 25 | <int name="vvm_port_number_int" value="20481"/> |
| 26 | <string name="vvm_destination_number_string" value="21101"/> |
| 27 | <string-array name="carrier_vvm_package_name_string_array"> |
| 28 | <item value="com.orange.vvm"/> |
| 29 | </string-array> |
| 30 | <string name="vvm_type_string" value="vvm_type_omtp"/> |
| 31 | <boolean name="vvm_cellular_data_required_bool" value="true"/> |
| 32 | </pbundle_as_map> |
| 33 | |
| 34 | <pbundle_as_map> |
| 35 | <!-- Orange UK --> |
| 36 | <string-array name="mccmnc"> |
| 37 | <item value="23433"/> |
| 38 | <item value="23434"/> |
| 39 | </string-array> |
| 40 | |
| 41 | <int name="vvm_port_number_int" value="20481"/> |
| 42 | <string name="vvm_destination_number_string" value="881"/> |
| 43 | <string name="vvm_type_string" value="vvm_type_omtp"/> |
| 44 | </pbundle_as_map> |
| 45 | |
| 46 | <pbundle_as_map> |
| 47 | <!-- T-Mobile USA--> |
| 48 | <string-array name="mccmnc"> |
| 49 | <item value="310160"/> |
| 50 | <item value="310200"/> |
| 51 | <item value="310210"/> |
| 52 | <item value="310220"/> |
| 53 | <item value="310230"/> |
| 54 | <item value="310240"/> |
| 55 | <item value="310250"/> |
| 56 | <item value="310260"/> |
| 57 | <item value="310270"/> |
| 58 | <item value="310300"/> |
| 59 | <item value="310310"/> |
| 60 | <item value="310490"/> |
| 61 | <item value="310530"/> |
| 62 | <item value="310590"/> |
| 63 | <item value="310640"/> |
| 64 | <item value="310660"/> |
| 65 | <item value="310800"/> |
| 66 | </string-array> |
| 67 | |
| 68 | <int name="vvm_port_number_int" value="1808"/> |
| 69 | <string name="vvm_destination_number_string" value="122"/> |
| 70 | <string-array name="carrier_vvm_package_name_string_array"> |
| 71 | <item value="com.tmobile.vvm.application"/> |
| 72 | </string-array> |
| 73 | <string name="vvm_type_string" value="vvm_type_cvvm"/> |
| 74 | </pbundle_as_map> |
| 75 | </list> |