android - Route network requests only over mobile data connection -


Is all my network requests bound to be created on my APN (i.e., on a mobile network data connection) And without disabling wifi, not via wifi?

I should know that it is possible to use a special network access point for my Android app.

I am already able to set and use the default network apn, but for this, I have to first disable Wifi.

Also think about the fact that users may expect phones to use WiFi data only when This is the same thing that I do. The 3G icon (with its up / down traffic indicators) disappears even when the Wi-Fi icon appears, so there will be some thought in it, which is basically 3G Does not use to boil when WiFi is available.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -