- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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);
|
|
}
|
|
}
|