- 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
20 lines
547 B
Java
20 lines
547 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.os.Binder;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class zzgn {
|
|
public static <V> V zza(zzgq<V> zzgqVar) {
|
|
try {
|
|
return zzgqVar.zza();
|
|
} catch (SecurityException unused) {
|
|
long clearCallingIdentity = Binder.clearCallingIdentity();
|
|
try {
|
|
return zzgqVar.zza();
|
|
} finally {
|
|
Binder.restoreCallingIdentity(clearCallingIdentity);
|
|
}
|
|
}
|
|
}
|
|
}
|