导航菜单

页面标题

页面副标题

Kredinesia v8.3.1 - SplashActivity.java 源代码

正在查看: Kredinesia v8.3.1 应用的 SplashActivity.java JAVA 源代码文件

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


package com.onecard.kredinesia.activity.splash;

import E5.a;
import F6.d;
import F6.g;
import V9.j;
import android.content.Intent;
import android.os.Bundle;
import b7.C0636c;
import b7.M;
import com.onecard.base.BaseActivity;
import com.onecard.base.BaseApplication;
import com.onecard.entity.mine.LoginSettingParams;
import com.onecard.utils.AccountUtil;
import com.onecard.utils.CommonUtils;
import com.onecard.utils.DeviceUtil;
import com.onecard.utils.EmptyUtils;
import com.onecard.utils.LogUtils;
import com.onecard.utils.LoginUtil;
import com.onecard.utils.OjkJavascriptInterface;
import com.onecard.utils.PointUtil;
import com.onecard.utils.login.ThirdLogin;
import com.onecard.utils.request.SignatureManager;
import f7.b;
import j1.C1404d;
import java.util.List;
import k2.h;
import org.greenrobot.eventbus.ThreadMode;
import t.RunnableC1863g;
import y6.C2058a;
import y6.RunnableC2059b;
import z6.D0;

public class SplashActivity extends BaseActivity<b, D0> {
    public static final int a = 0;

    public static void k() {
        C1404d c1404d = new C1404d(false);
        c1404d.P(h.a("aCXvDZrBwVVCIekcutzxVX1i\n", "K1CcefWslDs=\n"), h.a("92ElgjVXwYz3\n", "khdA7EEUrug=\n"));
        g gVar = new g();
        a aVar = new a(23);
        gVar.signatureManager.checkNeedCacheApi(c1404d, h.a("7i6TYCoNAzTuO6BzDgcd\n", "nU/lBWtpaUE=\n"), aVar, new d(gVar, c1404d, aVar));
    }

    @Override
    public final int getResId() {
        return 2131492931;
    }

    @Override
    public final void init() {
        D0 d02 = (D0) this.binding;
        b bVar = new b(this, d02);
        d02.getClass();
        new g();
        CommonUtils.getConfigByCodes(new String[]{h.a("hG2sK9l69C8=\n", "8ATBToMVmko=\n"), h.a("KtxStGbcnM8h11E=\n", "TqU81Qu1/4k=\n")}, new C0636c(8));
        String lastLoginPhone = AccountUtil.getLastLoginPhone(bVar.context);
        if (EmptyUtils.isEmpty(lastLoginPhone)) {
            lastLoginPhone = AccountUtil.getLoginPhone(bVar.context);
        }
        if (EmptyUtils.isNotEmpty(lastLoginPhone)) {
            List<String> supported = ThirdLogin.getSupported(bVar.context);
            LoginSettingParams loginSettingParams = new LoginSettingParams();
            loginSettingParams.typeList = supported;
            loginSettingParams.telephoneNo = lastLoginPhone;
            loginSettingParams.isThird = true;
            SignatureManager.getInstance().checkNeedCacheApi(loginSettingParams, h.a("aL7/ktWIp2NuhfOUxbS6YQ==\n", "HNaW4LHd1AY=\n"), null, new M(8, bVar, loginSettingParams));
        }
        this.viewModel = bVar;
    }

    @Override
    public final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        CommonUtils.getNetworkSpeedByPing(new String[]{h.a("pOGHPV1BPXyu45IqXUg2Iazw2SdQ\n", "xZH3TjQmU1I=\n"), h.a("b8dyho47x14yx2mB0GXHQzk=\n", "XukH9aBLqDE=\n"), h.a("x7uTJ2bMt9Tft9AhJ8A=\n", "s9L+Qkitx6Q=\n"), h.a("nJTJ+LVPnFibhJemtVKX\n", "9fDniNog8HY=\n"), h.a("ooVXGAh8C565nwlVBn0=\n", "zPEnNmkQYuc=\n")}, new C2058a(this, 2));
        ((D0) this.binding).f6376d.postDelayed(new RunnableC2059b(0, this), 0L);
    }

    @Override
    public final void onDestroy() {
        super.onDestroy();
        LogUtils.d(h.a("CeBvFtjJDv1XpW8WhpQN8mCoMU/Z1hs=\n", "JM1CO6u5Ypw=\n"));
    }

    @j(threadMode = ThreadMode.MAIN)
    public void onEvent(Object obj) {
    }

    @Override
    public final void onNewIntent(Intent intent) {
        super.onNewIntent(intent);
        ((D0) this.binding).f6376d.postDelayed(new RunnableC1863g(5, this, intent), 0L);
    }

    @Override
    public final void onRestart() {
        super.onRestart();
        LogUtils.d(h.a("zEVQU+R8adSSAFBTuiFq27MNDgr2fnE=\n", "4Wh9fpcMBbU=\n"));
    }

    @Override
    public final void onStart() {
        super.onStart();
        DeviceUtil.getScreenSize(this);
        ((BaseApplication) getApplication()).startRetryTimer();
        if (!LoginUtil.isLogin(false, this)) {
            OjkJavascriptInterface ojkJavascriptInterface = new OjkJavascriptInterface(((D0) this.binding).f15509Y, this, this.viewModel);
            ojkJavascriptInterface.isPreload = true;
            ((D0) this.binding).f15509Y.post(new RunnableC1863g(6, this, ojkJavascriptInterface));
        }
        PointUtil.uploadAllPoints(new C2058a(this, 1));
    }
}