tags:

views:

44

answers:

1

I am trying to do a little app to list and connect to other Network operator.

I list them by going to:

  • Settings
  • Wireless Controls
  • Mobile networks
  • Network operators
  • Search networks

And I connect to other Network operator by clicking on one of the list.

I've been searching methods from ConnectivityManager but I don't find something like connectTo() .

Any ideas of how I can do this?

A: 

I learn that for the sake of security there aren't any public APIs to manage this so the only option is to send the user to the system PreferenceScreen within my app.

Macarse