1

I'm retreiving data from an internet service.

Is there a way to control which (data) connection the device uses for connecting to a website?(access via wifi or via the cellular network)

casperOne
  • 73,706
  • 19
  • 184
  • 253
nr1
  • 1,019
  • 2
  • 10
  • 8

1 Answers1

4

No. This can't be done in the browser, nor in your own application.

However, in your application you could detect which data connectivity type is currently active, using the ConnectivityManager class.

Christopher Orr
  • 110,418
  • 27
  • 198
  • 193