You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
Code changes:
|
|
|
- Deleting deprecated methods in ShortNumberInfo that work on strings, instead
|
|
|
of phone number objects. These have been marked deprecated for months. Any
|
|
|
users of these methods should call PhoneNumberUtil.parse first to create a
|
|
|
PhoneNumber object, and pass this in.
|
|
|
- Support semicolon as extension character while parsing phone numbers. This
|
|
|
is not applicable when you are trying to find the phone numbers.
|