导航菜单

页面标题

页面副标题

Fancy Optimizer v4.6.3 - AppLicenseUpgradeActivity.java 源代码

正在查看: Fancy Optimizer v4.6.3 应用的 AppLicenseUpgradeActivity.java JAVA 源代码文件

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


package com.fancyclean.boost.main.ui.activity;

import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.widget.ImageView;
import com.thinkyeah.license.ui.presenter.LicenseUpgradePresenter;
import gl.d;
import vj.h;
import vl.b;

@d(LicenseUpgradePresenter.class)
public class AppLicenseUpgradeActivity extends b {
    public static final h u = new h("AppLicenseUpgradeActivity");
    public String t;

    public static void f3(Context context, String str) {
        Intent intent = new Intent(context, (Class<?>) AppLicenseUpgradeActivity.class);
        intent.putExtra("key_from_media", str);
        if (!(context instanceof Activity)) {
            intent.addFlags(268435456);
        }
        context.startActivity(intent);
    }

    public final long X2() {
        return getSharedPreferences("main", 0) != null ? r0.getInt("launch_times", 0) : 0;
    }

    public final long Z2() {
        return com.google.ads.mediation.unity.b.t(this);
    }

    public final String a3() {
        return this.t;
    }

    public final boolean d3() {
        return c7.b.a(this);
    }

    public final void finish() {
        super/*android.app.Activity*/.finish();
        if (c7.b.a(this)) {
            return;
        }
        SharedPreferences sharedPreferences = getSharedPreferences("main", 0);
        if (sharedPreferences != null ? sharedPreferences.getBoolean("shud_show_suggest_one_off_sale", true) : true) {
            SuggestOneSaleActivity.f3(this);
        }
    }

    @SuppressLint({"SetTextI18n"})
    public final void onCreate(Bundle bundle) {
        Intent intent = getIntent();
        if (intent != null) {
            this.t = intent.getStringExtra("key_from_media");
        }
        super.onCreate(bundle);
        ((ImageView) findViewById(2131362445)).setImageResource(2131231725);
    }

    public final void u0() {
        u.c("==> onJumpedToGooglePlayToResume");
    }
}