Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

22 lines
742 B
Java

package com.google.android.gms.internal.ads;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Pair;
/* loaded from: classes3.dex */
public final class zzdrg {
public static Bundle zza(Pair... pairArr) {
Bundle bundle = new Bundle();
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzck)).booleanValue()) {
for (int i = 0; i < 2; i++) {
Pair pair = pairArr[i];
if (!TextUtils.isEmpty((CharSequence) pair.first) && ((Long) pair.second).longValue() > 0) {
bundle.putLong((String) pair.first, ((Long) pair.second).longValue());
}
}
}
return bundle;
}
}