导航菜单

页面标题

页面副标题

xDrip+ v04633772025.07.16 - NFCScanningX.java 源代码

正在查看: xDrip+ v04633772025.07.16 应用的 NFCScanningX.java JAVA 源代码文件

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


package com.eveningoutpost.dexdrip;

import android.content.Intent;
import android.os.Bundle;
import android.view.View;

public class NFCScanningX extends BaseActivity {
    private View decorView;

    @Override
    protected void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(2131492929);
        this.decorView = getWindow().getDecorView();
    }

    @Override
    protected void onResume() {
        super.onResume();
        Intent intent = getIntent();
        setIntent(intent);
        intent.getFlags();
    }

    @Override
    public void onWindowFocusChanged(boolean z) {
        super.onWindowFocusChanged(z);
        NFCReaderX.windowFocusChange(this, z, this.decorView);
    }
}