HTTP Team VPN v8.5版本的 MD5 值为:3b55feb1dfe50d13aac742ed9741c669

以下内容为反编译后的 a.java 源代码,内容仅作参考


package a.b;

import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.util.Log;
import java.nio.charset.StandardCharsets;
import java.util.logging.Level;
import java.util.logging.Logger;
public class a implements DialogInterface.OnClickListener {
    public static Object a() {
        return new String("https://t.me/iMadeaux".getBytes(), StandardCharsets.UTF_8);
    }

    public static Object b() {
        return new String("android.intent.action.VIEW".getBytes(), StandardCharsets.UTF_8);
    }

    public static Object c() {
        return new String("Dialog".getBytes(), StandardCharsets.UTF_8);
    }

    public static Object d() {
        return new String("Redirected".getBytes(), StandardCharsets.UTF_8);
    }

    public static Object e() {
        return new String("Dialog Channel Link Clicked".getBytes(), StandardCharsets.UTF_8);
    }

    @Override
    public void onClick(DialogInterface dialogInterface, int i) {
        dialogInterface.dismiss();
        ((Dialog) dialogInterface).getContext().startActivity(new Intent(b().toString(), Uri.parse(a().toString())));
        Log.i(c().toString(), d().toString());
        Logger.getGlobal().log(Level.INFO, e().toString());
    }
}