如果没有WiFi,如何使用手机数据服务?
我正在制作一个应用程序,我希望它能够在 WiFi 不可用时使用 3G 或任何数据网络。我将如何实施这个?我使用 HTTPClients 在每次收到短信时拨打电话。它可以工作,但如果它可以在 WiFi 不可用时运行,那就完美了,当然这个选项将是用户定义的(检查如果 WiFi 不可用,您是否希望使用数据网络),这样用户就有完全的控制权。
I am making an app and I want it to be allowed to use 3G or any data network when WiFi is not available. How would I implement this? I am using HTTPClients to make calls everytime an SMS is received. It works, but it would be perfect if it could run when WiFi is not available, of course this option would be user defined (Check if you wish to use data network if WiFi is unavailable) so the user has full control.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过进一步研究,我发现如果您拥有使用 3G 或任何可用数据网络的正确权限,它会自动使用 3G 资源。
After further research I figured out that it automatically uses 3G resources if you have the correct permission to use 3G or any data network available.