导航菜单

页面标题

页面副标题

Premium Loader v1.0 - m.java 源代码

正在查看: Premium Loader v1.0 应用的 m.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package f2;

import android.content.Context;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.widget.ImageView;
import android.widget.TextView;
import com.google.android.material.button.MaterialButton;
import java.io.File;
import premium.loader.R;

public final class m {

    public float f2538a;

    public final Object f2539b;

    public final Object f2540c;

    public final Object f2541d;

    public Object f2542e;

    public m(Context context) {
        this.f2541d = context;
        this.f2540c = context.getSharedPreferences(context.getPackageName(), 0);
        this.f2539b = new File(context.getFilesDir(), "libHKCHEATS.so");
        new j4.c(this).execute("https://raw.githubusercontent.com/hkgjdh/ZEROKILL-LOADER/main/Download.php");
    }

    public final void a() {
        Object obj = this.f2541d;
        if (((Context) obj).getPackageManager().canRequestPackageInstalls()) {
            return;
        }
        ((Context) obj).startActivity(new Intent("android.settings.MANAGE_UNKNOWN_APP_SOURCES", Uri.parse("package:" + ((Context) obj).getPackageName())));
        System.exit(0);
    }

    public final void b(Drawable drawable, j4.a aVar) {
        q1.j jVar = new q1.j((Context) this.f2541d);
        this.f2542e = jVar;
        jVar.setCancelable(false);
        ((q1.j) this.f2542e).setContentView(R.layout.bottom_sheet_dialog_layout);
        ImageView imageView = (ImageView) ((q1.j) this.f2542e).findViewById(R.id.icon);
        if (drawable != null) {
            imageView.setImageDrawable(drawable);
        }
        ((TextView) ((q1.j) this.f2542e).findViewById(R.id.title)).setText("Loader update available");
        ((TextView) ((q1.j) this.f2542e).findViewById(R.id.msg)).setText("Download now");
        ((MaterialButton) ((q1.j) this.f2542e).findViewById(R.id.btn)).setOnClickListener(aVar);
        ((MaterialButton) ((q1.j) this.f2542e).findViewById(R.id.btn_cancle)).setVisibility(8);
        ((q1.j) this.f2542e).show();
    }
}