Files
rr3-apk/decompiled-community/sources/com/applovin/sdk/AppLovinInitProvider.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

49 lines
1.4 KiB
Java

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;
}
}