导航菜单

页面标题

页面副标题

迅 唔 v1.3.9 - CaptureActivity.java 源代码

正在查看: 迅 唔 v1.3.9 应用的 CaptureActivity.java JAVA 源代码文件

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


package com.journeyapps.barcodescanner;

import android.app.Activity;
import android.os.Bundle;
import android.view.KeyEvent;
import c4.k;
import c4.l;

public class CaptureActivity extends Activity {

    public b f1619h;

    public DecoratedBarcodeView f1620i;

    public DecoratedBarcodeView a() {
        setContentView(l.f1404b);
        return (DecoratedBarcodeView) findViewById(k.f1391a);
    }

    @Override
    public void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        this.f1620i = a();
        b bVar = new b(this, this.f1620i);
        this.f1619h = bVar;
        bVar.p(getIntent(), bundle);
        this.f1619h.l();
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
        this.f1619h.u();
    }

    @Override
    public boolean onKeyDown(int i8, KeyEvent keyEvent) {
        return this.f1620i.onKeyDown(i8, keyEvent) || super.onKeyDown(i8, keyEvent);
    }

    @Override
    public void onPause() {
        super.onPause();
        this.f1619h.v();
    }

    @Override
    public void onRequestPermissionsResult(int i8, String[] strArr, int[] iArr) {
        this.f1619h.w(i8, strArr, iArr);
    }

    @Override
    public void onResume() {
        super.onResume();
        this.f1619h.x();
    }

    @Override
    public void onSaveInstanceState(Bundle bundle) {
        super.onSaveInstanceState(bundle);
        this.f1619h.y(bundle);
    }
}