Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any API in android to normalize phone number

Tags:

android

Is there any API in android which normalize phone numbers? e.g. when i look up phone number , some times there is 2223334444 some times, it is +2223334444

Thank you.

like image 212
michael Avatar asked Oct 14 '22 17:10

michael


1 Answers

Android has dedicated class for that purpose:

android.telephony.PhoneNumberUtils

like image 104
Zelimir Avatar answered Oct 18 '22 02:10

Zelimir