Quantcast
Channel: AndroidPIT Forum
Viewing all articles
Browse latest Browse all 30877

android: get detailed Network state i.e. finegrained sate/Detailed state in case of Network info

$
0
0
want to get access to Detailed state.

ConnectivityManager cm = (ConnectivityManager) arg0.getSystemService(Context.CONNECTIVITY_SERVICE);

NetworkInfo mi = cm.getNetworkInfo(ConnectivityManager.TYPE_MOBILE);
NetworkInfo.DetailedState d11 = mi.getDetailedState();

Viewing all articles
Browse latest Browse all 30877

Trending Articles