- 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
415 B
Java
17 lines
415 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 */
|
|
final class zzcq extends zzcn {
|
|
@Override // com.google.android.gms.internal.measurement.zzcn
|
|
public final URLConnection zza(URL url, String str) throws IOException {
|
|
return url.openConnection();
|
|
}
|
|
|
|
private zzcq() {
|
|
}
|
|
}
|