Add Discord community version (64-bit only)

- 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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
package com.ironsource;
import android.content.Context;
import com.ironsource.ad;
import com.ironsource.environment.ContextProvider;
import java.util.Iterator;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class cd {
private static final String a = "adunit_data";
private JSONObject a(Context context, ad.a aVar) throws JSONException {
String name = aVar.name();
JSONObject b = bd.a().b(context);
JSONObject optJSONObject = b.optJSONObject(a);
JSONObject a2 = a(b);
if (optJSONObject != null && optJSONObject.optJSONObject(name) != null) {
JSONObject jSONObject = optJSONObject.getJSONObject(name);
Iterator<String> keys = jSONObject.keys();
while (keys.hasNext()) {
String next = keys.next();
a2.putOpt(next, jSONObject.opt(next));
}
}
return a2;
}
private JSONObject a(Context context, List<String> list) throws JSONException {
return a(a(bd.a().b(context)), (String[]) list.toArray(new String[list.size()]));
}
private JSONObject a(JSONObject jSONObject) {
jSONObject.remove(a);
return jSONObject;
}
private JSONObject a(JSONObject jSONObject, String[] strArr) throws JSONException {
JSONObject jSONObject2 = new JSONObject();
for (String str : strArr) {
if (jSONObject.has(str)) {
jSONObject2.put(str, jSONObject.opt(str));
}
}
return jSONObject2;
}
public JSONObject a(Context context, String[] strArr) throws JSONException {
return a(a(bd.a().b(context)), strArr);
}
public JSONObject a(List<String> list) throws JSONException {
return a(ContextProvider.getInstance().getApplicationContext(), list);
}
public JSONObject a(List<String> list, ad.a aVar) throws JSONException {
return a(a(ContextProvider.getInstance().getApplicationContext(), aVar), (String[]) list.toArray(new String[list.size()]));
}
public JSONObject a(String[] strArr) throws JSONException {
return a(a(bd.a().b(ContextProvider.getInstance().getApplicationContext())), strArr);
}
}