diff options
author | duho.ro <duho.ro@lge.com> | 2015-07-16 20:05:00 +0900 |
---|---|---|
committer | Amit Mahajan <amitmahajan@google.com> | 2015-07-23 15:36:03 -0700 |
commit | 6b711c92300ee01639071737b4426a6bd8e16d97 (patch) | |
tree | 2c36b6909dd7c9b80425aee45cf3f2dd493e552d | |
parent | 0bb5c26bcea4b171583e57134b9717c77fbdcb14 (diff) | |
download | frameworks_base-6b711c92300ee01639071737b4426a6bd8e16d97.zip frameworks_base-6b711c92300ee01639071737b4426a6bd8e16d97.tar.gz frameworks_base-6b711c92300ee01639071737b4426a6bd8e16d97.tar.bz2 |
UICC : discard language setting of SIM
Some carrier card has incorrect language file.
This is to disable loading language setting from SIM card.
BUG=22255379
Change-Id: I217a530758c8f9b3ee85c8a277096155e95bb060
-rw-r--r-- | core/res/res/values-mcc425/config.xml | 21 | ||||
-rw-r--r-- | core/res/res/values-mcc432/config.xml | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/values-mcc425/config.xml b/core/res/res/values-mcc425/config.xml new file mode 100644 index 0000000..95d30a4 --- /dev/null +++ b/core/res/res/values-mcc425/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2014, 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> + <bool name="config_use_sim_language_file">false</bool> +</resources> diff --git a/core/res/res/values-mcc432/config.xml b/core/res/res/values-mcc432/config.xml new file mode 100644 index 0000000..95d30a4 --- /dev/null +++ b/core/res/res/values-mcc432/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2014, 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> + <bool name="config_use_sim_language_file">false</bool> +</resources> |