Android - 处理更改 apn 连接
我想知道 Android 是如何做到这一点的。
示例:
- WAP 推送表示收到彩信。
- 将 APN 更改为彩信。
- 下载彩信。
- 将连接恢复到默认 APN。
那么这个APN的改变是如何完成的呢?
为什么: 我想使用其他 APN 而不是默认或彩信 APN 来连接到互联网。
I was wondering how Android is doing that.
Example:
- WAP Push indicates an incoming MMS.
- Change APN to MMS.
- Download MMS.
- Restore connectivity to default APN.
So how is this change of APN done?
Why:
I want to use an other APN to connect to the internet instead of the default or MMS APN.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下活动解决了更改默认 APN 并恢复到原始状态的问题。
Following Activity solves your problem of changing default APN and than revert back to original.