Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b82dc3d6 authored by Xia Ying's avatar Xia Ying Committed by Amit Mahajan
Browse files

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
parent 44389c5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>