导航菜单

页面标题

页面副标题

Share Any v2.1.7 - SplashActivity.java 源代码

正在查看: Share Any v2.1.7 应用的 SplashActivity.java JAVA 源代码文件

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


package net.shareany.app.activity;

import a6.e;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.genonbeta.TrebleShot.App;
import com.genonbeta.TrebleShot.ad.OpenAdManager;
import com.google.android.gms.internal.consent_sdk.zza;
import com.google.android.gms.internal.consent_sdk.zzj;
import ed.l;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
import l8.c;
import m5.h;
import pb.f;
import wb.d;

public class SplashActivity extends lb.a {
    public l8.b B;
    public static final String D = h.a(new byte[]{-70, 98, -77, 125, -125, 113, -84, 96, -125, Byte.MAX_VALUE, -84, 117, -78, 79, -67, 116, -125, 124, -75, 118, -71, 115, -91, 115, -80, 117}, new byte[]{-36, 16});
    public static final String C = "SplashActivity";

    public class a implements OpenAdManager.b {
        public a() {
        }

        public void a() {
            SplashActivity.this.finish();
        }

        public void b() {
            String str = SplashActivity.C;
            h.a(new byte[]{-51, -109, -51, -53, -12, -101, -59, -92, -59, -114, -37, -86, -47, -53, -12, -113, -107, -126, -58, -53, -58, -125, -38, -100, -36, -123, -46, -59}, new byte[]{-75, -21});
        }

        public void c() {
        }
    }

    public class b implements OpenAdManager.b {
        public b() {
        }

        @SuppressLint({"CheckResult"})
        public void a() {
            SplashActivity.this.finish();
        }

        public void b() {
            String str = SplashActivity.C;
            h.a(new byte[]{106, 14, 106, 86, 83, 6, 98, 57, 98, 19, 124, 55, 118, 86, 83, 18, 50, 31, 97, 86, 97, 30, 125, 1, 123, 24, 117, 88}, new byte[]{18, 118});
        }

        @SuppressLint({"CheckResult"})
        public void c() {
            pb.b d = pb.b.d(Boolean.TRUE);
            TimeUnit timeUnit = TimeUnit.MILLISECONDS;
            f fVar = dc.a.a;
            Objects.requireNonNull(timeUnit, "unit is null");
            Objects.requireNonNull(fVar, "scheduler is null");
            new d(d, 1000L, timeUnit, fVar, false).f(ob.b.a()).g(new s0.b(this));
        }
    }

    public void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(2131492904);
        c cVar = new c(new c.a());
        zzj zzb = zza.zza(this).zzb();
        this.B = zzb;
        zzb.requestConsentInfoUpdate(this, cVar, new l(this), new s0.b(this));
        if (this.B.canRequestAds()) {
            new Thread((Runnable) new androidx.activity.c(this)).start();
        }
    }

    public final void x() {
        OpenAdManager openAdManager;
        OpenAdManager.b bVar;
        if (!e.b(h.a(new byte[]{40, 45, 36, 19, 39, 57, 41, 40, 37, 40}, new byte[]{64, 76}), false)) {
            startActivity(new Intent((Context) this, (Class<?>) WelcomeActivity.class));
            finish();
            return;
        }
        boolean booleanExtra = getIntent().getBooleanExtra(D, false);
        h.a(new byte[]{126, -109, 126, -53, 96, -103, 105, -122, 71, -101, 118, -92, 118, -114, 104, -86, 98, -89, 111, -115, 99, -120, Byte.MAX_VALUE, -120, 106, -114, 38}, new byte[]{6, -21});
        if (booleanExtra) {
            openAdManager = App.c;
            bVar = new a();
        } else {
            h.a(new byte[]{25, 52, 25, 108, 14, 34, 65, 63, 9, 35, 22, 13, 5, 5, 7, 13, 23, 45, 8, 32, 0, 46, 13, 41, 65}, new byte[]{97, 76});
            if ((getIntent().getFlags() & 4194304) == 0) {
                startActivity(new Intent((Context) this, (Class<?>) HomeActivity.class));
                finish();
                return;
            } else {
                openAdManager = App.c;
                bVar = new b();
            }
        }
        openAdManager.f(this, bVar);
    }
}