- 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
24 lines
709 B
Java
24 lines
709 B
Java
package com.google.android.gms.ads.identifier;
|
|
|
|
import android.net.Uri;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zza extends Thread {
|
|
final /* synthetic */ Map zza;
|
|
|
|
public zza(AdvertisingIdClient advertisingIdClient, Map map) {
|
|
this.zza = map;
|
|
}
|
|
|
|
@Override // java.lang.Thread, java.lang.Runnable
|
|
public final void run() {
|
|
Map map = this.zza;
|
|
Uri.Builder buildUpon = Uri.parse("https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps").buildUpon();
|
|
for (String str : map.keySet()) {
|
|
buildUpon.appendQueryParameter(str, (String) map.get(str));
|
|
}
|
|
zzc.zza(buildUpon.build().toString());
|
|
}
|
|
}
|