- 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
21 lines
490 B
Java
21 lines
490 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.io.IOException;
|
|
import java.net.URL;
|
|
import java.net.URLConnection;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzcn {
|
|
private static zzcn zza = new zzcq();
|
|
|
|
public static synchronized zzcn zza() {
|
|
zzcn zzcnVar;
|
|
synchronized (zzcn.class) {
|
|
zzcnVar = zza;
|
|
}
|
|
return zzcnVar;
|
|
}
|
|
|
|
public abstract URLConnection zza(URL url, String str) throws IOException;
|
|
}
|