Here you can find the source of getNetworkCountryIso(TelephonyManager tm)
public static String getNetworkCountryIso(TelephonyManager tm)
//package com.java2s; import android.telephony.TelephonyManager; public class Main { public static String getNetworkCountryIso(TelephonyManager tm) {// String return tm.getNetworkCountryIso(); }/*www .j a v a2 s . c o m*/ }