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,40 @@
package com.applovin.impl;
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
/* loaded from: classes.dex */
public interface df {
public static final df a = new a();
boolean a(f9 f9Var);
cf b(f9 f9Var);
public class a implements df {
@Override // com.applovin.impl.df
public boolean a(f9 f9Var) {
String str = f9Var.m;
return MimeTypes.APPLICATION_ID3.equals(str) || MimeTypes.APPLICATION_EMSG.equals(str) || MimeTypes.APPLICATION_SCTE35.equals(str) || "application/x-icy".equals(str) || "application/vnd.dvb.ait".equals(str);
}
@Override // com.applovin.impl.df
public cf b(f9 f9Var) {
String str = f9Var.m;
if (str != null) {
switch (str) {
case "application/vnd.dvb.ait":
return new a1();
case "application/x-icy":
return new ua();
case "application/id3":
return new xa();
case "application/x-emsg":
return new x7();
case "application/x-scte35":
return new tk();
}
}
throw new IllegalArgumentException("Attempted to create decoder for unsupported MIME type: " + str);
}
}
}