NetMirror.apk
Download file
package androidx.profileinstaller;
import android.content.Context;
import androidx.profileinstaller.ProfileInstallReceiver;
import java.io.File;
/* JADX INFO: loaded from: classes.dex */
abstract class a {
/* JADX INFO: renamed from: androidx.profileinstaller.a$a, reason: collision with other inner class name */
private static class C0082a {
static File a(Context context) {
return context.createDeviceProtectedStorageContext().getCodeCacheDir();
}
}
static boolean a(File file) {
if (!file.isDirectory()) {
file.delete();
return true;
}
File[] fileArrListFiles = file.listFiles();
if (fileArrListFiles == null) {
return false;
}
boolean z3 = true;
for (File file2 : fileArrListFiles) {
z3 = a(file2) && z3;
}
return z3;
}
static void b(Context context, ProfileInstallReceiver.a aVar) {
if (a(C0082a.a(context))) {
aVar.b(14, null);
} else {
aVar.b(15, null);
}
}
}
⚠️ 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