Programmatically connecting to another Network operators
Asked Answered
H

1

7

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?

Humidify answered 3/3, 2010 at 18:3 Comment(0)
H
3

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.

Humidify answered 5/3, 2010 at 14:34 Comment(1)
can we do this by java reflection or something ?? I really need this feature. Thanks for helpIthnan

© 2022 - 2024 — McMap. All rights reserved.