Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
package com.ironsource;
import android.content.Context;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
import org.json.JSONObject;
@SourceDebugExtension({"SMAP\nTokenProvider.kt\nKotlin\n*S Kotlin\n*F\n+ 1 TokenProvider.kt\ncom/ironsource/environment/token/TokenProvider\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,31:1\n1#2:32\n*E\n"})
/* loaded from: classes2.dex */
public final class rt {
private final String[] a = qt.a.a();
private final cd b = new cd();
private final JSONObject a(JSONObject jSONObject) {
JSONObject b = dd.b(jSONObject.optJSONObject(ad.s));
if (b != null) {
jSONObject.put(ad.s, b);
}
return jSONObject;
}
public final JSONObject a() {
JSONObject a = this.b.a(this.a);
Intrinsics.checkNotNullExpressionValue(a, "mGlobalDataReader.getDataByKeys(mTokenKeyList)");
return a(a);
}
public final JSONObject a(Context context) {
Intrinsics.checkNotNullParameter(context, "context");
JSONObject a = this.b.a(context, this.a);
Intrinsics.checkNotNullExpressionValue(a, "mGlobalDataReader.getDat…s(context, mTokenKeyList)");
return a(a);
}
}