在Android上以编程方式修改网络状态?
我想构建一个应用程序来修改系统中某些事件的网络状态。如何禁用 2G 以上网络?我真的希望能够在发生给定事件时禁用所有 3G、WiFi、4G (WiMax/LTE)。我可以负责监听这些事件,但如何更改网络设置?我需要什么权限?
I'd like to build an application to modify the network state on certain events in the system. How could I disable anything above 2G networking? I'd really like to be able to disable all 3G, WiFi, 4G (WiMax/LTE) whenever a given event happens. I can take care of listening for these events, but how can I change the network settings? What permissions would I need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有固件或使用固件签名密钥签名的 SDK 应用程序才有机会执行此操作。
Only firmware, or SDK apps signed with the firmware signing key, would have a shot at doing this.