summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xia Ying <yingxia@motorola.com> 2014-09-22 17:56:50 -0500
committer Amit Mahajan <amitmahajan@google.com> 2014-09-26 15:58:49 -0700
commitb82dc3d637c4721a19f49d77fade13090d1d66db (patch)
tree64245a9429321db136eea79a03f910b03647ddab
parent44389c5a3c8e6194573458b73f09197177f85c97 (diff)
Handling service number convert while roaming.
When roaming in GSM/UMTS and internal CDMA network, (1)change VZW custumer service numeber *611 to +19085594899. (2)change VZW voice mail number *86 to +1MDN. Change-Id: Id2bb10d119a1b196538a0e09f5c1f7c4b3f2b890
-rw-r--r--core/res/res/values-mcc204-mnc04/config.xml1
-rw-r--r--core/res/res/values-mcc311-mnc480/config.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values-mcc204-mnc04/config.xml b/core/res/res/values-mcc204-mnc04/config.xml
index b89a31143961..3c0381427b8a 100644
--- a/core/res/res/values-mcc204-mnc04/config.xml
+++ b/core/res/res/values-mcc204-mnc04/config.xml
@@ -29,5 +29,6 @@
<!-- [dialstring],[replacement][,optional gid] -->
<string-array translatable="false" name="dial_string_replace">
<item>"*611:+19085594899,BAE0000000000000"</item>
+ <item>"*86:+1MDN,BAE0000000000000"</item>
</string-array>
</resources>
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml
index d01d9f8042fe..c2be34094d74 100644
--- a/core/res/res/values-mcc311-mnc480/config.xml
+++ b/core/res/res/values-mcc311-mnc480/config.xml
@@ -47,5 +47,6 @@
<!-- service number convert map in roaming network. -->
<string-array translatable="false" name="dial_string_replace">
<item>"*611:+19085594899,"</item>
+ <item>"*86:+1MDN,"</item>
</string-array>
</resources>