public class TelephonyUtil extends Object
Constructor and Description |
---|
TelephonyUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getSimIdentity(Context context,
int eapMethod)
Get the identity for the current SIM or null if the sim is not available
|
static boolean |
isSimConfig(WifiConfiguration config)
Checks if the network is a sim config.
|
static boolean |
isSimEapMethod(int eapMethod)
Checks if the network is a sim config.
|
public static String getSimIdentity(Context context, int eapMethod)
public static boolean isSimConfig(WifiConfiguration config)
config
- Config corresponding to the network.public static boolean isSimEapMethod(int eapMethod)
method
-