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

Commit 078dede1 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: I2f4187ddcbad6d78ee8d8c1881648b96a9da76dd
parent 9f30ce3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -46,4 +46,9 @@
        <item>GPS_LOCK=1</item>
        <item>LPP_PROFILE=3</item>
    </string-array>
    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
    <string-array name="config_twoDigitNumberPattern">
        <item>"0"</item>
        <item>"00"</item>
    </string-array>
</resources>