NetMirror.apk
Download file
package Z;
import X.g;
import android.webkit.MimeTypeMap;
import java.util.Map;
/* JADX INFO: loaded from: classes.dex */
public class b {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private static final MimeTypeMap f2798a = MimeTypeMap.getSingleton();
/* JADX INFO: renamed from: b, reason: collision with root package name */
private static final Map f2799b = g.of("image/heif", "heif", "image/heic", "heic");
/* JADX INFO: renamed from: c, reason: collision with root package name */
private static final Map f2800c = g.of("heif", "image/heif", "heic", "image/heic");
public static String a(String str) {
String str2 = (String) f2800c.get(str);
return str2 != null ? str2 : f2798a.getMimeTypeFromExtension(str);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file