diff options
| author | Robert Rozic <rooobertinhooo@gmail.com> | 2014-03-29 12:14:33 +0100 |
|---|---|---|
| committer | Robert Rozic <rooobertinhooo@gmail.com> | 2014-03-29 12:14:33 +0100 |
| commit | 4f299465b2092f07da4d8e0a9ea88111879063bb (patch) | |
| tree | 6483cf41b521dc96ec05394e25dc15e7f7ffa388 | |
| parent | 3413d580af6a0d8ccab01bc41b6781693d5187ba (diff) | |
Fix mobile data for Ono users
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values-mcc214-mnc18/config.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc214-mnc18/config.xml b/overlay/frameworks/base/core/res/res/values-mcc214-mnc18/config.xml new file mode 100644 index 0000000..8c2d74b --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values-mcc214-mnc18/config.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2013, 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"> + <!-- Don't use roaming icon for considered operators --> + <string-array translatable="false" name="config_operatorConsideredNonRoaming"> + <item>21418</item> + </string-array> +</resources>
\ No newline at end of file |
