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