Loading services/core/java/com/android/server/connectivity/DnsManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,6 @@ public class DnsManager { .collect(Collectors.toList())) : useTls ? paramsParcel.servers // Opportunistic : new String[0]; // Off paramsParcel.tlsFingerprints = new String[0]; // Prepare to track the validation status of the DNS servers in the // resolver config when private DNS is in opportunistic or strict mode. if (useTls) { Loading Loading
services/core/java/com/android/server/connectivity/DnsManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,6 @@ public class DnsManager { .collect(Collectors.toList())) : useTls ? paramsParcel.servers // Opportunistic : new String[0]; // Off paramsParcel.tlsFingerprints = new String[0]; // Prepare to track the validation status of the DNS servers in the // resolver config when private DNS is in opportunistic or strict mode. if (useTls) { Loading