在 Android 上获取 VPN 连接状态
是否可以检查 Android 设备是否连接到 VPN 服务器? API 中的搜索为 Android 1.6 提供“paltform 高亮显示” ,所以这并没有让我充满信心。
Is it possible to check if an Android device is connected to a VPN server?
A search in the API provides 'paltform highlights' for Android 1.6, so that doesn't fill me with much confidence.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以注册广播接收器,所有 VPN 状态都会出现在您的应用程序中。
将其添加到应用程序清单中:
创建一个类:
You can register to broadcastreceiver and all vpn states will come to you application.
Add this to application manifest:
create a class: