Send data only through mobile data on android phones when wifi is on

Viewed 1412

Is it possible to programmatically route a request through mobile data even when the wifi is on and connected to the internet?

My app needs to call a service provided by the operator which is only available through mobile data and I don't think it's user-friendly to ask for turning off the wifi.

1 Answers
Related