NetMirror.apk
Download file
package androidx.startup;
import H.c;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
/* JADX INFO: loaded from: classes.dex */
public class InitializationProvider extends ContentProvider {
@Override // android.content.ContentProvider
public final int delete(Uri uri, String str, String[] strArr) {
throw new IllegalStateException("Not allowed.");
}
@Override // android.content.ContentProvider
public final String getType(Uri uri) {
throw new IllegalStateException("Not allowed.");
}
@Override // android.content.ContentProvider
public final Uri insert(Uri uri, ContentValues contentValues) {
throw new IllegalStateException("Not allowed.");
}
@Override // android.content.ContentProvider
public final boolean onCreate() {
Context context = getContext();
if (context == null) {
throw new c("Context cannot be null");
}
if (context.getApplicationContext() == null) {
return true;
}
a.e(context).a();
return true;
}
@Override // android.content.ContentProvider
public final Cursor query(Uri uri, String[] strArr, String str, String[] strArr2, String str2) {
throw new IllegalStateException("Not allowed.");
}
@Override // android.content.ContentProvider
public final int update(Uri uri, ContentValues contentValues, String str, String[] strArr) {
throw new IllegalStateException("Not allowed.");
}
}
⚠️ 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