- 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
47 lines
1.5 KiB
Java
47 lines
1.5 KiB
Java
package com.fyber.inneractive.sdk.config.global;
|
|
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
import java.util.Locale;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class m implements com.fyber.inneractive.sdk.cache.a<l> {
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String a() {
|
|
return "IALastModifiedFromHeader.remote";
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final /* bridge */ /* synthetic */ void a(l lVar) {
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String b() {
|
|
return "ia-remote.config";
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final boolean c() {
|
|
return true;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String getUrl() {
|
|
int i = com.fyber.inneractive.sdk.config.g.a;
|
|
return System.getProperty("ia.testEnvironmentConfiguration.remoteConfigUrl") == null ? String.format(Locale.ENGLISH, "https://%sfeatures_config.json", "cdn2.inner-active.mobi/ia-sdk-config/") : System.getProperty("ia.testEnvironmentConfiguration.remoteConfigUrl");
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final l a(String str) throws Exception {
|
|
try {
|
|
return l.a(new JSONObject(str));
|
|
} catch (Exception e) {
|
|
IAlog.b("internal error while parsing remote features config file", new Object[0]);
|
|
if (IAlog.a <= 5) {
|
|
e.printStackTrace();
|
|
}
|
|
throw e;
|
|
}
|
|
}
|
|
}
|