Android: How Can We Know The Current Connection Type (ex. Wifi, 3g, 2g...) Programmatically?
I see this thread but it could not help me much.
Solution 1:
Use ConnectivityManager
and getActiveNetworkInfo()
.
Use ConnectivityManager
and getActiveNetworkInfo()
.
Post a Comment for "Android: How Can We Know The Current Connection Type (ex. Wifi, 3g, 2g...) Programmatically?"