导航菜单

页面标题

页面副标题

CallApp v2.226 - q5.java 源代码

正在查看: CallApp v2.226 应用的 q5.java JAVA 源代码文件

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


package com.applovin.impl;

import android.app.Activity;
import com.amazon.device.ads.DtbDeviceData;
import com.amazonaws.auth.policy.internal.JsonDocumentFields;
import com.applovin.impl.r5;
import com.applovin.sdk.AppLovinSdk;
import com.applovin.sdk.AppLovinSdkConfiguration;
import java.util.Map;
import java.util.concurrent.TimeUnit;

public class q5 extends w4 {

    private final com.applovin.impl.sdk.j f10045g;

    public q5(com.applovin.impl.sdk.j jVar) {
        super("TaskInitializeSdk", jVar, true);
        this.f10045g = jVar;
    }

    private void f() {
        if (this.f10045g.L().c()) {
            return;
        }
        Activity n02 = this.f10045g.n0();
        if (n02 != null) {
            this.f10045g.L().a(n02);
            return;
        }
        this.f10045g.A().a(y1.f10988c0, this.f10902b + ":maybeInitializeAdapters()");
        this.f10045g.j0().a(new f6(this.f10045g, true, "initializeAdapters", new n8(this, 7)), r5.b.CORE, TimeUnit.SECONDS.toMillis(1L));
    }

    private void g() {
        String str;
        boolean c6 = this.f10045g.h0().c();
        Map n8 = this.f10045g.y().n();
        Map J = this.f10045g.y().J();
        String a8 = c6 ? this.f10045g.y().f().a() : "<Enable verbose logging to see the GAID to use for test devices - https://monetization-support.applovin.com/hc/en-us/articles/236114328-How-can-I-expose-verbose-logging-for-the-SDK>";
        if (c6) {
            str = n8.get("idfv") + " (use this for test devices)";
        } else {
            str = "<Enable verbose logging to see the App Set ID to use for test devices - https://monetization-support.applovin.com/hc/en-us/articles/236114328-How-can-I-expose-verbose-logging-for-the-SDK>";
        }
        n2 n2Var = new n2();
        n2Var.a().a("=====AppLovin SDK=====");
        n2Var.a("===SDK Versions===").a(JsonDocumentFields.VERSION, AppLovinSdk.VERSION).a("Plugin Version", this.f10045g.a(l4.f9288v3)).a("Ad Review Version", h.b()).a("OM SDK Version", this.f10045g.W().c());
        n2Var.a("===Device Info===").a("OS", z6.d()).a("GAID", a8).a("App Set ID", str).a("Model", n8.get(DtbDeviceData.DEVICE_DATA_MODEL_KEY)).a("Locale", n8.get("locale")).a("Emulator", n8.get("sim")).a("Tablet", n8.get("is_tablet"));
        n2Var.a("===App Info===").a("Application ID", J.get("package_name")).a("Target SDK", J.get("target_sdk"));
        n2Var.a("===SDK Settings===").a("SDK Key", this.f10045g.b0()).a("Mediation Provider", this.f10045g.O()).a("TG", y6.a(this.f10045g)).a("MD", this.f10045g.a(l4.f9269t)).a("Test Mode On", Boolean.valueOf(this.f10045g.l0().c())).a("Verbose Logging On", Boolean.valueOf(c6));
        n2Var.a("===Privacy States===\nPlease review AppLovin MAX documentation to be compliant with regional privacy policies.").a(l0.a(a()));
        n2Var.a("===MAX Terms and Privcay Policy Flow===");
        p0 v8 = this.f10045g.v();
        boolean j8 = v8.j();
        n2Var.a("Enabled", Boolean.valueOf(j8));
        if (j8) {
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography = this.f10045g.t().getConsentFlowUserGeography();
            AppLovinSdkConfiguration.ConsentFlowUserGeography d6 = v8.d();
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography2 = AppLovinSdkConfiguration.ConsentFlowUserGeography.GDPR;
            String str2 = "Other";
            n2Var.a("Consent Flow Geography", consentFlowUserGeography == consentFlowUserGeography2 ? "GDPR" : consentFlowUserGeography == AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER ? "Other" : "Unknown");
            if (z6.c(this.f10045g)) {
                if (d6 == consentFlowUserGeography2) {
                    str2 = "GDPR";
                } else if (consentFlowUserGeography != AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER) {
                    str2 = "None";
                }
                n2Var.a("Debug User Geography", str2);
            }
        }
        n2Var.a("Privacy Policy URI", v8.f()).a("Terms of Service URI", v8.h());
        n2Var.a("===CMP (CONSENT MANAGEMENT PLATFORM)===").a(this.f10045g.k0().j());
        n2Var.a();
        com.applovin.impl.sdk.n.g("AppLovinSdk", n2Var.toString());
    }

    @Override
    public void run() {
        throw new UnsupportedOperationException("Method not decompiled: com.applovin.impl.q5.run():void");
    }

    public void e() {
        this.f10045g.L().a(this.f10045g.e().b());
    }
}