[android-developers] Re: How to force use only gprs even though wifi is available

2011-04-15 Thread kiran
Yes you are right, But thing is my application itself making wifi on. Is it not possible to on wifi and gprs at a time? On Apr 14, 2:34 pm, Kostya Vasilyev kmans...@gmail.com wrote: You can disable WiFi by calling WifiManager.setWifiEnabled(false). Just don't forget to tell the user you're

[android-developers] Re: How to force use only gprs even though wifi is available

2011-04-15 Thread Jens
It is. http://developer.android.com/reference/android/net/ConnectivityManager.html#TYPE_MOBILE_HIPRI On 15 Apr, 07:18, kiran saikiran@gmail.com wrote: Yes you are right, But thing is my application itself making wifi on. Is it not possible to on wifi and gprs at a time? On Apr 14, 2:34