I have an issue with an application I'm developing for Android 2.3.3.
It's connected to a Wi-Fi access point, and at the same time it is supposed to download some data, but this has to be done using 3G.
I tried searching for this, and found some relevant stuff but could not make it work. I checked out the setNetworkPreference method of the ConnectivityManager, and, even when set to use 3G, it does not download the data and ends up downloading it via Wi-Fi.
Any other ideas how I can do this without disconnecting from the Wi-Fi access point?