Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determine national carrier code using libphonenumber

I need to determine the national carrier code (not the country code) of any phone number, using libphonenumber Java SDK. How can I do this?

like image 816
RedEagle Avatar asked Mar 22 '26 04:03

RedEagle


1 Answers

This should help your case - PhoneNumberToCarrierMapper

  • com.google.i18n.phonenumber.PhoneNumberToCarrierMapper

In the PhoneNumberToCarrierMapper class there is a method:

String getNameForValidNumber(PhoneNumber number, Locale languageCode)

This should give your the carrier code.
You can see the source code of that method in the related GitHub repository here.

like image 168
Srikanth A Avatar answered Mar 23 '26 16:03

Srikanth A



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!