Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically connecting to another Network operators

Tags:

android

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?

like image 510
Macarse Avatar asked Mar 03 '10 18:03

Macarse


1 Answers

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.

like image 151
Macarse Avatar answered Oct 20 '22 11:10

Macarse