MCPcopy Create free account
hub / github.com/M66B/FairEmail / hasDnsSec

Method hasDnsSec

app/src/main/java/eu/faircode/email/DnsHelper.java:490–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488 }
489
490 static boolean hasDnsSec() {
491 if (BuildConfig.PLAY_STORE_RELEASE)
492 return false;
493 // DNSSEC causes crashes in libc
494 return (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O);
495 }
496
497 static void test(Context context) throws UnknownHostException {
498 test(context, "gmail.com", "ns");

Callers 6

onCreateViewMethod · 0.95
getByNameMethod · 0.95
getAllByNameMethod · 0.95
verifyDaneMethod · 0.95
onCreateViewMethod · 0.95
onCreateViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected