📌 1. Reporting information


🧩 2. Overview of Vulnerabilities


🔍 3. Details

    protected void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(com.mcu.reolink.R.layout.foreground_lock_layout);
        ImmersiveEffectUtil.adjustNightMode(getWindow());
        this.bundle = getIntent().getExtras();
        findView();
        setListener();
    }