- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
40 lines
1.2 KiB
Java
40 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.adservices.AdServicesState;
|
|
import android.content.Context;
|
|
import com.applovin.sdk.AppLovinSdkUtils;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class wh {
|
|
public static boolean a(Context context) {
|
|
return z3.a("android.permission.ACCESS_ADSERVICES_AD_ID", context);
|
|
}
|
|
|
|
public static boolean b(Context context) {
|
|
return z3.a("android.permission.ACCESS_ADSERVICES_ATTRIBUTION", context);
|
|
}
|
|
|
|
public static boolean c(Context context) {
|
|
return z3.a("android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE", context);
|
|
}
|
|
|
|
public static boolean d(Context context) {
|
|
return z3.a("android.permission.ACCESS_ADSERVICES_TOPICS", context);
|
|
}
|
|
|
|
public static boolean f(Context context) {
|
|
return z3.c() && !AppLovinSdkUtils.isFireOS(context);
|
|
}
|
|
|
|
public static boolean e(Context context) {
|
|
boolean isAdServicesStateEnabled;
|
|
if (f(context)) {
|
|
isAdServicesStateEnabled = AdServicesState.isAdServicesStateEnabled();
|
|
if (isAdServicesStateEnabled) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
}
|