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