OSDN Git Service

Add PhoneNumberUtils method for CDMA SMS number formatting.
authorJake Hamby <jhamby@google.com>
Mon, 4 Nov 2013 23:22:55 +0000 (15:22 -0800)
committerJake Hamby <jhamby@google.com>
Mon, 4 Nov 2013 23:22:55 +0000 (15:22 -0800)
commit921bf624622962ad862e470c11e0f6cc508f25a8
treea6cca0f59c2419421db6d559baf9ef8c8a847b99
parent60999fcb2ed251ec4e24eccf94b66e35b851b415
Add PhoneNumberUtils method for CDMA SMS number formatting.

For CDMA networks, convert "+" prefix to "011" if the home network
is using the North American Numbering Plan (NANP). New method is
only used for MO SMS messages.

Bug: 11360679
Change-Id: I534e0322b566de3fb49d7333bfcf62cfbfafb78a
telephony/java/android/telephony/PhoneNumberUtils.java