Skip to content Skip to sidebar Skip to footer

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().


Post a Comment for "Android: How Can We Know The Current Connection Type (ex. Wifi, 3g, 2g...) Programmatically?"