- 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
17 lines
480 B
Java
17 lines
480 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.annotation.SuppressLint;
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfsf {
|
|
@SuppressLint({"RestrictedApi"})
|
|
public static zzfse zza(Context context) {
|
|
Context applicationContext = context.getApplicationContext();
|
|
if (applicationContext != null) {
|
|
context = applicationContext;
|
|
}
|
|
return new zzfsg(new zzfsw(context));
|
|
}
|
|
}
|