-1
可以的,如果我使用的接入點支持WiFi我得到的互聯網,我正在使用的代碼如果我在Android中使用無線接入點,我可以上網嗎?
ConnectivityManager mConnectivity =(ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
mConnectivity.startUsingNetworkFeature(0, "TYPE_MOBILE");
感謝
can not get you.What your mean by access internet.Do you want to connect internet through code? – Dharmendra
雅我想通過代碼連接到互聯網。這就是說,如果我使用的是AccessPoint,則不能連接到互聯網。但是我可以使用移動網絡,即ConnectivityManager.TYPE_MOBILE訪問互聯網.. – prg