NetMirror.apk
Download file
package androidx.core.content;
import android.content.Context;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Process;
import android.text.TextUtils;
import androidx.core.app.i;
import androidx.core.content.res.f;
import java.io.File;
/* JADX INFO: loaded from: classes.dex */
public abstract class a {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private static final Object f4409a = new Object();
/* JADX INFO: renamed from: androidx.core.content.a$a, reason: collision with other inner class name */
static class C0058a {
static File a(Context context) {
return context.getCodeCacheDir();
}
static Drawable b(Context context, int i3) {
return context.getDrawable(i3);
}
static File c(Context context) {
return context.getNoBackupFilesDir();
}
}
static class b {
static int a(Context context, int i3) {
return context.getColor(i3);
}
static <T> T b(Context context, Class<T> cls) {
return (T) context.getSystemService(cls);
}
static String c(Context context, Class<?> cls) {
return context.getSystemServiceName(cls);
}
}
public static int a(Context context, String str) {
q.c.c(str, "permission must be non-null");
return (Build.VERSION.SDK_INT >= 33 || !TextUtils.equals("android.permission.POST_NOTIFICATIONS", str)) ? context.checkPermission(str, Process.myPid(), Process.myUid()) : i.b(context).a() ? 0 : -1;
}
public static int b(Context context, int i3) {
return b.a(context, i3);
}
public static ColorStateList c(Context context, int i3) {
return f.d(context.getResources(), i3, context.getTheme());
}
public static Drawable d(Context context, int i3) {
return C0058a.b(context, i3);
}
public static File[] e(Context context) {
return context.getExternalCacheDirs();
}
public static File[] f(Context context, String str) {
return context.getExternalFilesDirs(str);
}
public static boolean g(Context context, Intent[] intentArr, Bundle bundle) {
context.startActivities(intentArr, bundle);
return true;
}
}
⚠️ 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