Kufar v3.2.0版本的 MD5 值为:6a4d203db1c561c7e3bcd50d23fed59f

以下内容为反编译后的 g81.java 源代码,内容仅作参考


package com.yandex.mobile.ads.impl;

import android.content.Context;
import android.util.Log;
import androidx.annotation.NonNull;

public final class g81 {

    @NonNull
    private final Context f65636a;

    @NonNull
    private final h81 f65637b = new h81();

    @NonNull
    private final w91 f65638c = new w91();

    @NonNull
    private final f81 f65639d = new f81();

    public g81(@NonNull Context context) {
        this.f65636a = context.getApplicationContext();
    }

    public final void a() {
        boolean z11;
        w91 w91Var = this.f65638c;
        Context context = this.f65636a;
        w91Var.getClass();
        if (i6.a(context) && this.f65639d.a(this.f65636a)) {
            z11 = true;
        } else {
            z11 = false;
        }
        if (z11) {
            this.f65637b.getClass();
            Log.e("Yandex Mobile Ads", "Yandex Mobile Ads version validation\n***************************************************************************************\n* The integrated version of the Yandex Mobile Ads SDK is outdated.                    *\n* Please update com.yandex.android:mobileads to the latest version.                   *\n* Learn more about the latest version of the SDK here:                                *\n* https://yandex.ru/dev/mobile-ads/doc/android/quick-start/android-ads-component.html *\n* Changelog: https://yandex.ru/dev/mobile-ads/doc/intro/changelog-android.html        *\n***************************************************************************************\n");
        }
    }
}