Here you can find the source of isNetworkRoaming(TelephonyManager tm)
public static boolean isNetworkRoaming(TelephonyManager tm)
//package com.java2s; import android.telephony.TelephonyManager; public class Main { public static boolean isNetworkRoaming(TelephonyManager tm) {// boolean return tm.isNetworkRoaming(); }//from ww w . j a v a 2 s . c om }