如何在android中获取DNS信息
可能的重复:
如何获取 Android 的当前 DNS 服务器?< /a>
我想获取 android 中的 dns 服务器。 此线程说有一些 android.net.NetworkUtils 类,但我发现没有这样的类。 这里也提出了同样的问题,但它是未解决。
Possible Duplicate:
How do you get the current DNS servers for Android?
I want to get hold of the dns servers in android. this thread says there is some android.net.NetworkUtils class but I found out that there's no such class. Same question was asked here but it was unresolved.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个有效的项目示例:
https://github.com/rorist/android-network-discovery/blob/master/src/info/lamatricexiste/network/DnsDiscovery.java
Here's a Project example that works:
https://github.com/rorist/android-network-discovery/blob/master/src/info/lamatricexiste/network/DnsDiscovery.java
实际上,这看起来是一个很好的答案:
你怎么样获取 Android 当前的 DNS 服务器?
这是另一个很好的链接:
http://www.devdaily.com/java/jwarehouse/android/wifi/java/android/net/wifi/WifiStateTracker.java.shtml
Actually, this looks like a good answer:
How do you get the current DNS servers for Android?
Here is another good link:
http://www.devdaily.com/java/jwarehouse/android/wifi/java/android/net/wifi/WifiStateTracker.java.shtml