Get Network type
- by Moshik
hello,
ive been trying to retrive the current network type, but no success
when i say network type: i refer to know this info:
if the type is: NETWORK_TYPE_IDEN or NETWORK_TYPE_UMTS.. and so on..
i tried to use:
NetworkInfo activeNetInfo = connectivityManager.getActiveNetworkInfo();
or
NetworkInfo mobNetInfo = connectivityManager.getNetworkInfo
(ConnectivityManager.TYPE_MOBILE);
but no success..
i am doing this coz i wanna know if the current network is IDEN, or if the current network is connected through wifi..
any other suggestions will be welcome,
thanks!