Android Utililty Methods Network Information Get

List of utility methods to do Network Information Get

Description

The list of methods to do Network Information Get are organized into topic(s).

Method

booleanhasIccCard(TelephonyManager tm)
has Icc Card
return tm.hasIccCard();
booleanisNetworkRoaming(TelephonyManager tm)
is Network Roaming
return tm.isNetworkRoaming();