- 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
43 lines
1.4 KiB
Java
43 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.content.ContextWrapper;
|
|
import android.content.Intent;
|
|
import android.content.pm.ApplicationInfo;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbvu extends ContextWrapper {
|
|
public static Context zza(Context context) {
|
|
if (context instanceof zzbvu) {
|
|
return ((zzbvu) context).getBaseContext();
|
|
}
|
|
Context applicationContext = context.getApplicationContext();
|
|
return applicationContext == null ? context : applicationContext;
|
|
}
|
|
|
|
@Override // android.content.ContextWrapper, android.content.Context
|
|
public final Context getApplicationContext() {
|
|
throw null;
|
|
}
|
|
|
|
@Override // android.content.ContextWrapper, android.content.Context
|
|
public final synchronized ApplicationInfo getApplicationInfo() {
|
|
throw null;
|
|
}
|
|
|
|
@Override // android.content.ContextWrapper, android.content.Context
|
|
public final synchronized String getPackageName() {
|
|
throw null;
|
|
}
|
|
|
|
@Override // android.content.ContextWrapper, android.content.Context
|
|
public final synchronized String getPackageResourcePath() {
|
|
throw null;
|
|
}
|
|
|
|
@Override // android.content.ContextWrapper, android.content.Context
|
|
public final synchronized void startActivity(Intent intent) {
|
|
throw null;
|
|
}
|
|
}
|