在 Android 中启用和禁用网络连接
在我的应用程序中,我可以启用和禁用 wifi 连接。禁用 wifi 连接后,它会切换到移动网络来访问互联网。我也想禁用移动连接,然后在一段时间后启用它。我正在使用 WifiManager 启用和禁用 wifi。但是如何启用/禁用 2g/3g 移动网络。提前致谢
in my application i can enable and disable wifi connection.After disabling wifi connection it switches to mobile network for accessing internet.I want to disable mobile connection also and then enable it after a certain period.I am enabling and disabling wifi using WifiManager. But what to do enable/disable 2g/3g mobile network.Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法(也是唯一一种?)是重命名 APN,然后将其重命名回来。被许多应用程序使用
The simplest way (and only one?) is to rename the APN and then rename it back. Is beeing used by many apps