summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-02-02 12:34:08 -0800
committerIrfan Sheriff <isheriff@google.com>2011-02-02 14:08:38 -0800
commit0a4b3fd93b2de21de0684a8291663920d9099170 (patch)
tree0b4dc780ad1a5a3c1b12c324d0dab4d37df01aff /core/res/res/values/config.xml
parent155b0ee0498cf863091f3f83a752eaaedf1257f8 (diff)
downloadframeworks_base-0a4b3fd93b2de21de0684a8291663920d9099170.zip
frameworks_base-0a4b3fd93b2de21de0684a8291663920d9099170.tar.gz
frameworks_base-0a4b3fd93b2de21de0684a8291663920d9099170.tar.bz2
two digit number handling in croatia and serbia
If users dial 92-96, dial them normally and not treat as USSD Change-Id: If3b6cb37b7ec0ff99d76cb10cba53368094a0b5d Signed-off-by: sj2202.park@samsung.com
Diffstat (limited to 'core/res/res/values/config.xml')
-rw-r--r--core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 33cd810..9762d77 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -373,4 +373,8 @@
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true-->
<bool translatable="false" name="skip_restoring_network_selection">false</bool>
+
+ <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
+ <string-array name="config_twoDigitNumberPattern">
+ </string-array>
</resources>