Can i get internet if i'm using Access Point for WiFi, i'm using the code

ConnectivityManager mConnectivity =(ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
mConnectivity.startUsingNetworkFeature(0, "TYPE_MOBILE");

Thanks

link|improve this question

can't get you.What do you mean by access internet.Do you want to connect internet through code ? – Dharmendra Jul 29 '11 at 7:21
ya i want to connect internet through code. That is if i'm using an AccessPoint it is not posiible to connect to internet .But i can use the mobile network ie ConnectivityManager.TYPE_MOBILE for accessing the internet.. – RG. Jul 29 '11 at 7:35
feedback

1 Answer

up vote 0 down vote accepted

I think this SO post answers that question in general you can programmatically turn wifi off, which will force the connection to go 3G if available, or you set the network preference from the connectivity manager.

You should be really careful if you are developing a user application, they are not going to appreciate you forcing them to potentially incur 3G charges without notice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.