I can get the country code in ISO-form using TelephonyManager::getNetworkCountryIso()
, as it returns US for USA and such, but how can I get the numeric country dialing code?
I can't seem to find any functions provides me with the data I'm looking for, as I need a function that (for example) returns 01
for USA/Canada, 92
for Pakistan and so on.