- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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() {
|
|
}
|
|
}
|