diff options
author | Amit Mahajan <amitmahajan@google.com> | 2015-07-23 23:59:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-23 23:59:40 +0000 |
commit | eea9892d9ec24a5a9c4911efec8fe28e3d1af968 (patch) | |
tree | 18ca7b57b8f1e8bb3974e36f1875d6bfe2bfbdee /core | |
parent | 0063e0bcd55d1ed3b6c37c6616c0c858e0784a07 (diff) | |
parent | 6b711c92300ee01639071737b4426a6bd8e16d97 (diff) | |
download | frameworks_base-eea9892d9ec24a5a9c4911efec8fe28e3d1af968.zip frameworks_base-eea9892d9ec24a5a9c4911efec8fe28e3d1af968.tar.gz frameworks_base-eea9892d9ec24a5a9c4911efec8fe28e3d1af968.tar.bz2 |
Merge "UICC : discard language setting of SIM" into mnc-dev
Diffstat (limited to 'core')
-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> |