Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the use of TelephoneNumberUtil class?

I want to know the basic use of TelephoneNumberUtil class in Android. I searched on that but in the Android I'm not able to get a proper answer. Can anyone explain me the exact use of this class?

like image 538
anddev Avatar asked Jul 26 '11 06:07

anddev


2 Answers

It is a formatter for international phone numbers.

like image 80
M. Tibbits Avatar answered Nov 12 '22 10:11

M. Tibbits


According to the documentation public class PhoneNumberUtils contains

various utilities for dealing with phone number strings

like image 40
SRam Avatar answered Nov 12 '22 10:11

SRam