- 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
13 lines
545 B
Java
13 lines
545 B
Java
package com.fyber.inneractive.sdk.util;
|
|
|
|
import com.google.android.gms.measurement.AppMeasurement;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class u0 {
|
|
public static boolean a(String str) {
|
|
int i = com.fyber.inneractive.sdk.config.g.a;
|
|
String property = System.getProperty("ia.testEnvironmentConfiguration.response");
|
|
return property != null && property.trim().length() > 0 && str != null && str.toLowerCase().startsWith("fyberInternalTesting".toLowerCase()) && str.contains(AppMeasurement.CRASH_ORIGIN);
|
|
}
|
|
}
|