Class AndroidUsingLinkProperties

java.lang.Object
org.minidns.dnsserverlookup.AbstractDnsServerLookupMechanism
org.minidns.dnsserverlookup.android21.AndroidUsingLinkProperties
All Implemented Interfaces:
Comparable<DnsServerLookupMechanism>, DnsServerLookupMechanism

A DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher. Use setup(Context) to setup this mechanism.

Requires the ACCESS_NETWORK_STATE permission.