我开发了一个application
调用webservice
throughWi-Fi
并且如果Wi-Fi
不可用则切换到3G
.
问题是,webservice
通话正在进行,Wi-Fi
但not working
在3G
Android 4.1.2 设备上。
我webservice
在浏览器上浏览了3G
,它浏览得很好。
我需要这方面的帮助。
网络可达性代码
android.net.ConnectivityManager conMgr = (android.net.ConnectivityManager)General.MainContext.getSystemService(Context.CONNECTIVITY_SERVICE);
result = conMgr.getActiveNetworkInfo().isConnectedOrConnecting();