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?
Asked
Active
Viewed 54 times
1 Answers
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