package com.applovin.sdk; import android.content.ContentProvider; import android.content.ContentValues; import android.database.Cursor; import android.net.Uri; import androidx.annotation.Nullable; import com.applovin.impl.f5; import com.applovin.impl.sdk.j; /* loaded from: classes2.dex */ public class AppLovinInitProvider extends ContentProvider { @Override // android.content.ContentProvider public int delete(Uri uri, @Nullable String str, @Nullable String[] strArr) { return 0; } @Override // android.content.ContentProvider @Nullable public String getType(Uri uri) { return null; } @Override // android.content.ContentProvider @Nullable public Uri insert(Uri uri, @Nullable ContentValues contentValues) { return null; } @Override // android.content.ContentProvider public boolean onCreate() { f5.a(getContext()); j.a(getContext()); j.b(getContext()); return true; } @Override // android.content.ContentProvider @Nullable public Cursor query(Uri uri, @Nullable String[] strArr, @Nullable String str, @Nullable String[] strArr2, @Nullable String str2) { return null; } @Override // android.content.ContentProvider public int update(Uri uri, @Nullable ContentValues contentValues, @Nullable String str, @Nullable String[] strArr) { return 0; } }