Pdf Converter v5.0版本的 MD5 值为:258149214e8277c73fa6b365aba312ef

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


package system.security;

import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.widget.TextView;
public class Dialogue {
    public static void SoundEnable(Context context) {
        context.setTheme(16974122);
        AlertDialog.Builder builder = new AlertDialog.Builder(context);
        TextView textView = new TextView(context);
        textView.setText(Html.fromHtml("<b><font color='yellow'>⭐⭐⭐⭐⭐</font></b>"));
        textView.setPadding(10, 10, 10, 10);
        textView.setGravity(17);
        textView.setTextSize(20.0f);
        builder.setMessage(Html.fromHtml("<div style=\"text-align: center;\">\n  <font color='yellow'>👑 MODDED-1.COM - Best MOD APK App Store! 👑</font><br><br>\n  <b><font color=#ffa500><a href=https://modded-1.com/>🌟 DOWNLOAD FROM MODDED-1.COM 🌟</a></font></b><br><br>\n  <font color=#ffa500><a href=https://t.me/modded11>👉 Join Telegram 👈</a><br><br>\n  <a href=https://modded-1.com/>👉 Check Update 👈</a></font>\n</div>"));
        builder.setCancelable(false);
        builder.setPositiveButton(Html.fromHtml("<b><font color=red>CLOSE</font></b>"), (DialogInterface.OnClickListener) null);
        builder.setCustomTitle(textView);
        AlertDialog create = builder.create();
        create.show();
        TextView textView2 = (TextView) create.findViewById(16908299);
        textView2.setGravity(17);
        textView2.setMovementMethod(LinkMovementMethod.getInstance());
    }
}