How do you detect the network connection type on Android?
Is it through ConnectivityManager.getActiveNetworkInfo().getType(), and is the answer limited
ConnectivityManager.getActiveNetworkInfo().getType()
Currently, only MOBILE and WIFI is supported. Take a look and human readable type function.