commit | 3746f2d91425e24b23ddf34f2b9afef3f3efc3e2 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Fri Jun 24 15:42:43 2011 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Mon Jun 27 15:20:46 2011 -0700 |
tree | eb95e9f894bc409229986da734db0df178e9cc6e | |
parent | da1fa1e42fc7fb07d532f464b45d266801c20e73 [diff] |
Use upper case country codes in Country.java Previously external/libphonenumber accepted lower case country codes (e.g. "us") but now it doesn't for performance reason. Actually ISO 3166-1 doesn't allow lower cases, so we should not rely on them. Need to fix unit tests for PhoneNumberUtils, as it implicitly relies on the previous behavior. See also I3a3e6db84ed0d24290b1be19651fa9a82de4cc39 Bug: 4941319 Change-Id: If16f6531f274a0faf5e28724854409ca9b00a669