开发者

Programmatically connecting to another Network operators

开发者 https://www.devze.com 2022-12-21 16:53 出处:网络
I am trying to do a little app to list and connect to other Network operator. I list them by going to:

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'开发者_C百科ve been searching methods from ConnectivityManager but I don't find something like connectTo() .

Any ideas of how I can do this?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消