diff options
| -rw-r--r-- | core/res/res/values-mcc510-mnc08/config.xml | 26 | ||||
| -rw-r--r-- | core/res/res/values-mcc510-mnc89/config.xml | 26 | ||||
| -rw-r--r-- | core/res/res/values/config.xml | 11 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
4 files changed, 64 insertions, 0 deletions
diff --git a/core/res/res/values-mcc510-mnc08/config.xml b/core/res/res/values-mcc510-mnc08/config.xml new file mode 100644 index 000000000000..7b27554d47b5 --- /dev/null +++ b/core/res/res/values-mcc510-mnc08/config.xml @@ -0,0 +1,26 @@ +<?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"> + <!-- call barring MMI code from TS 22.030 Annex B + Indonesia AXIS does not support Call Barring service + and "333" is used for other purpose --> + <string-array translatable="false" name="config_callBarringMMI"> + </string-array> +</resources> diff --git a/core/res/res/values-mcc510-mnc89/config.xml b/core/res/res/values-mcc510-mnc89/config.xml new file mode 100644 index 000000000000..82efecffb7c1 --- /dev/null +++ b/core/res/res/values-mcc510-mnc89/config.xml @@ -0,0 +1,26 @@ +<?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"> + <!-- call barring MMI code from TS 22.030 Annex B + Indonesia Hutchison does not support Call Barring service + and "333" is used for other purpose --> + <string-array translatable="false" name="config_callBarringMMI"> + </string-array> +</resources> diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 56c4d9eb2064..2bcd82068a7f 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1274,4 +1274,15 @@ To do this, add 40483 item to values-mcc404-mnc85/config.xml --> <string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming"> </string-array> + <!-- call barring MMI code from TS 22.030 Annex B --> + <string-array translatable="false" name="config_callBarringMMI"> + <item>33</item> + <item>331</item> + <item>332</item> + <item>35</item> + <item>351</item> + <item>330</item> + <item>333</item> + <item>353</item> + </string-array> </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 675fe21b9d8a..ea92d7d6e45d 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -981,6 +981,7 @@ <java-symbol type="array" name="config_disabledUntilUsedPreinstalledImes" /> <java-symbol type="array" name="config_operatorConsideredNonRoaming" /> <java-symbol type="array" name="config_sameNamedOperatorConsideredRoaming" /> + <java-symbol type="array" name="config_callBarringMMI" /> <java-symbol type="drawable" name="default_wallpaper" /> <java-symbol type="drawable" name="indicator_input_error" /> |