Detect network connection type on Android
Posted
by hgpc
on Stack Overflow
See other posts from Stack Overflow
or by hgpc
Published on 2010-05-10T12:16:01Z
Indexed on
2010/05/10
12:24 UTC
Read the original article
Hit count: 279
How do you detect the network connection type on Android?
Is it through ConnectivityManager.getActiveNetworkInfo().getType()
, and the answer is limited to Wifi and mobile?
© Stack Overflow or respective owner