Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import androidx.annotation.Nullable;
import java.io.IOException;
/* loaded from: classes3.dex */
public final class zzfrg {
private static zzfrg zzb;
final zzfrc zza;
private zzfrg(Context context) {
this.zza = zzfrc.zzb(context);
zzfrb.zza(context);
}
public static final zzfrg zza(Context context) {
zzfrg zzfrgVar;
synchronized (zzfrg.class) {
try {
if (zzb == null) {
zzb = new zzfrg(context);
}
zzfrgVar = zzb;
} catch (Throwable th) {
throw th;
}
}
return zzfrgVar;
}
public final void zzb(@Nullable zzfra zzfraVar) throws IOException {
synchronized (zzfrg.class) {
this.zza.zze("vendor_scoped_gpid_v2_id");
this.zza.zze("vendor_scoped_gpid_v2_creation_time");
}
}
}