diff options
author | sangjoon84.lee <sangjoon84.lee@lge.com> | 2015-09-18 17:50:55 +0900 |
---|---|---|
committer | Vineeta Srivastava <vsrivastava@google.com> | 2015-09-18 15:15:16 -0700 |
commit | d4bcb286fb604143c5db5f563dc552dd474f8273 (patch) | |
tree | 3c7b60c8d279963e6c2704081a3023c3f66b3ad7 /core | |
parent | 896f738cdddec8cfda82b177e3a60c5a85004229 (diff) | |
download | frameworks_base-d4bcb286fb604143c5db5f563dc552dd474f8273.zip frameworks_base-d4bcb286fb604143c5db5f563dc552dd474f8273.tar.gz frameworks_base-d4bcb286fb604143c5db5f563dc552dd474f8273.tar.bz2 |
set config_use_sim_language_file false for SE Telia/Sweden 3G
BUG=24184934
Change-Id: I721b3e6c29b78a792a15ab4ba72a81a3f4ce270d
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values-mcc240-mnc01/config.xml | 27 | ||||
-rw-r--r-- | core/res/res/values-mcc240-mnc05/config.xml | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/core/res/res/values-mcc240-mnc01/config.xml b/core/res/res/values-mcc240-mnc01/config.xml new file mode 100644 index 0000000..7fb5c46 --- /dev/null +++ b/core/res/res/values-mcc240-mnc01/config.xml @@ -0,0 +1,27 @@ +<?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 my 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. +*/ +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Do not set the system language as value of EF LI/EF PL --> + <bool name="config_use_sim_language_file">false</bool> + +</resources> diff --git a/core/res/res/values-mcc240-mnc05/config.xml b/core/res/res/values-mcc240-mnc05/config.xml new file mode 100644 index 0000000..7fb5c46 --- /dev/null +++ b/core/res/res/values-mcc240-mnc05/config.xml @@ -0,0 +1,27 @@ +<?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 my 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. +*/ +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Do not set the system language as value of EF LI/EF PL --> + <bool name="config_use_sim_language_file">false</bool> + +</resources> |