NetMirror.apk
Download file
package androidx.core.app;
import android.app.Activity;
import android.app.AppComponentFactory;
import android.app.Application;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.ContentProvider;
import android.content.Intent;
/* JADX INFO: loaded from: classes.dex */
public class CoreComponentFactory extends AppComponentFactory {
static Object a(Object obj) {
return obj;
}
public Activity instantiateActivity(ClassLoader classLoader, String str, Intent intent) {
return (Activity) a(super.instantiateActivity(classLoader, str, intent));
}
public Application instantiateApplication(ClassLoader classLoader, String str) {
return (Application) a(super.instantiateApplication(classLoader, str));
}
public ContentProvider instantiateProvider(ClassLoader classLoader, String str) {
return (ContentProvider) a(super.instantiateProvider(classLoader, str));
}
public BroadcastReceiver instantiateReceiver(ClassLoader classLoader, String str, Intent intent) {
return (BroadcastReceiver) a(super.instantiateReceiver(classLoader, str, intent));
}
public Service instantiateService(ClassLoader classLoader, String str, Intent intent) {
return (Service) a(super.instantiateService(classLoader, str, intent));
}
}
⚠️ 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