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,30 @@
package com.mbridge.msdk.foundation.same.b;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes4.dex */
public final class d extends b {
public d(String str) {
super(str);
}
@Override // com.mbridge.msdk.foundation.same.b.b
public final List<a> a() {
ArrayList<a> arrayList = new ArrayList<>();
a(arrayList, c.MBRIDGE_RES_MANAGER_DIR, "mb/res");
a(arrayList, c.AD_MOVIES, "mb/res/Movies").a(c.MBRIDGE_VC, "mb/res/.MBridge_VC");
a a = a(arrayList, c.AD_MBRIDGE_700, "mb/res/.mbridge700");
a.a(c.MBRIDGE_700_IMG, "mb/res/img");
a.a(c.MBRIDGE_700_IMG_PICASSO, "mb/res/picasso");
a.a(c.MBRIDGE_700_RES, "mb/res/res");
a.a(c.MBRIDGE_700_HTML, "mb/res/html");
a.a(c.MBRIDGE_700_XML, "mb/res/xml");
a.a(c.MBRIDGE_700_CONFIG, "mb/config");
c cVar = c.MBRIDGE_OTHER;
a(arrayList, cVar, "mb/other");
a(arrayList, c.MBRIDGE_CRASH_INFO, "mb/crashinfo");
a(arrayList, cVar, "mb/other");
return arrayList;
}
}