OSDN Git Service

AT&T short dialing code
authorJing Zhao <zhaojing@motorola.com>
Fri, 29 Aug 2014 21:22:44 +0000 (16:22 -0500)
committerVineeta Srivastava <vsrivastava@google.com>
Thu, 4 Sep 2014 20:21:04 +0000 (20:21 +0000)
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

core/res/res/values-mcc310-mnc410/config.xml

index 8069d13..edf6d9f 100644 (file)
@@ -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>