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

Commit 184f0871 authored by Jing Zhao's avatar Jing Zhao Committed by Vineeta Srivastava
Browse files

AT&T short dialing code

User should be able to dial 0 or 00 in AT&T network.
The code should not be taken as MMI Code.

Bug: 17314389
Change-Id: I7132f08b633c6539dc0dd4e2d7865adcda795913
parent 5d47a093
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,4 +33,8 @@
        <item>315</item>
        <item>316</item>
    </string-array>
    <string-array translatable="false" name="config_twoDigitNumberPattern">
        <item>"0"</item>
        <item>"00"</item>
    </string-array>
</resources>