Skip to content

Commit

Permalink
Update indonesia country code in PhoneNumberUtils
Browse files Browse the repository at this point in the history
Change-Id: Ia8735d21c5a28721b2d06322c44e14b7a0f16e71
  • Loading branch information
emancebo authored and Gerrit Code Review committed Apr 20, 2015
1 parent a869ab9 commit 030132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telephony/java/android/telephony/PhoneNumberUtils.java
Expand Up @@ -153,7 +153,7 @@ private static boolean isSeparator(char ch) {
private static Pattern sCdmaLocalRewritePattern;
static {
sCdmaLocalRewriteWhitelist = new SparseArray<RewriteRule>();
addRewriteRule(62, "IN", "0"); // indonesia
addRewriteRule(62, "ID", "0"); // indonesia

StringBuffer regex = new StringBuffer();
regex.append("[+](");
Expand Down

0 comments on commit 030132c

Please sign in to comment.