-1

Do you know if it is possible to create an app for a Chromebook that is able to access and refresh/change your wireless connection through, say, Verizon?

gvlasov
  • 18,638
  • 21
  • 74
  • 110
JamesP
  • 1

1 Answers1

0

You can get a list of the local network adapters with the chrome.system.network.getNetworkInterfaces() API, but as far as I know there is no way to change a connection.

Sarah Elan
  • 2,465
  • 1
  • 23
  • 45
  • What about just disabling the wireless connection and then reactivating it? Vs actually switching to another? – JamesP Feb 24 '15 at 21:11