Here is what Google web reference says: ------------- public String getNetworkCountryIso () Since: API Level 1
Returns the ISO country code equivalent of the current registered operator's MCC (Mobile Country Code). Availability: Only when user is registered to a network. Result may be unreliable on CDMA networks (use getPhoneType() to determine if on a CDMA network). -------------- How unreliable is this function and what are the factors that make this unreliable in CDMA? Is it the network operator (e.g., in one CDMA network it will always, while it never work in another)? Or is it related to a particular handset (one handset always works in any CDMA work while another never works)? Specifically can someone confirm or disconfirm where this function works for verizon network? There are a few other functions in the same shoe, such as getLine1Number() etc. Cheers. Jun -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

