Replaced dnsjava by MiniDNS

This commit is contained in:
M66B
2024-01-01 21:18:05 +01:00
parent 80f69c2240
commit b4902b9165
6 changed files with 169 additions and 151 deletions

View File

@@ -1574,6 +1574,9 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
protected UpdateInfo onExecute(Context context, Bundle args) throws Throwable {
boolean beta = args.getBoolean("beta");
if (BuildConfig.DEBUG)
DnsHelper.test(context);
StringBuilder response = new StringBuilder();
HttpsURLConnection urlConnection = null;
try {