views:

480

answers:

1

Hi,

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)

thx

+2  A: 

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