导航菜单

页面标题

页面副标题

MX Player v1.97.8 - BugReportActivity.java 源代码

正在查看: MX Player v1.97.8 应用的 BugReportActivity.java JAVA 源代码文件

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


package com.mxtech.videoplayer.help;

import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.text.method.LinkMovementMethod;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.animation.AnimationUtils;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import defpackage.byg;
import defpackage.x63;
import java.io.File;

public class BugReportActivity extends x63 implements View.OnClickListener, a {
    public View S;
    public TextView T;
    public final Handler U = new Handler();

    public class a extends a {
        public a(String str) {
            super(str);
        }

        public final void onClick(@NonNull View view) {
            byg.d(BugReportActivity.this, ((a) this).b);
        }
    }

    public class b extends a {
        public b(String str) {
            super(str);
        }

        public final void onClick(@NonNull View view) {
            byg.d(BugReportActivity.this, ((a) this).b);
        }
    }

    @Override
    public final int D6() {
        return 2131558443;
    }

    public final boolean Z3(File file) {
        return com.mxtech.videoplayer.preference.a.a(file, 1);
    }

    public final String c5() {
        return gif.b();
    }

    public final boolean c6(MenuItem menuItem) {
        if (menuItem.getItemId() != 2131365805) {
            return super/*qya*/.c6(menuItem);
        }
        new gif(this, this).c(7, true, false);
        return true;
    }

    public final void f2(String str) {
        this.S.setVisibility(0);
        this.T.setText(str);
        this.S.setAnimation(AnimationUtils.loadAnimation(this, 2130772056));
        this.U.postDelayed(new g2(this, 3), 3000L);
    }

    public final String l0() {
        return "[ERROR]";
    }

    @Override
    public void onClick(View view) {
        LinearLayout linearLayout = (LinearLayout) findViewById(2131364112);
        if (view.getParent() == linearLayout) {
            int indexOfChild = linearLayout.indexOfChild(view);
            Intent intent = new Intent((Context) this, (Class<?>) BugReportDetailActivity.class);
            intent.putExtra("issue_type_index", indexOfChild);
            startActivity(intent);
        }
    }

    @Override
    public final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        E6(2131886517);
        findViewById(2131362431).setOnClickListener(this);
        findViewById(2131362437).setOnClickListener(this);
        if (wh6.k()) {
            findViewById(2131362434).setOnClickListener(this);
        } else {
            findViewById(2131362434).setVisibility(8);
        }
        TextView textView = (TextView) findViewById(2131362435);
        textView.setText(mfg.j(this, i0g.b().i(), 2131886496, new kn2(getResources().getString(2131887679), new a(getString(2131887680))), new kn2(getResources().getString(2131887750), new b(getString(2131887751)))));
        textView.setMovementMethod(LinkMovementMethod.getInstance());
        this.S = findViewById(2131362439);
        this.T = (TextView) findViewById(2131362438);
        this.S.setVisibility(8);
    }

    public final boolean onCreateOptionsMenu(Menu menu) {
        getMenuInflater().inflate(2131623945, menu);
        if (this.R) {
            gl0.c(this, menu);
        } else {
            ai0.f(this, menu);
        }
        return super/*android.app.Activity*/.onCreateOptionsMenu(menu);
    }

    public final void onDestroy() {
        super.onDestroy();
        this.U.removeCallbacksAndMessages(null);
    }

    public final void p5(int i) {
        z6h.b(2131886509, false);
    }
}