Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

43 lines
1.6 KiB
Java

package com.google.android.gms.internal.measurement;
import android.app.Activity;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.android.gms.internal.measurement.zzdn;
/* loaded from: classes3.dex */
final class zzey extends zzdn.zzb {
private final /* synthetic */ Bundle zzc;
private final /* synthetic */ Activity zzd;
private final /* synthetic */ zzdn.zzc zze;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzey(zzdn.zzc zzcVar, Bundle bundle, Activity activity) {
super(zzdn.this);
this.zzc = bundle;
this.zzd = activity;
this.zze = zzcVar;
}
@Override // com.google.android.gms.internal.measurement.zzdn.zzb
public final void zza() throws RemoteException {
Bundle bundle;
zzdc zzdcVar;
if (this.zzc != null) {
bundle = new Bundle();
if (this.zzc.containsKey("com.google.app_measurement.screen_service")) {
Object obj = this.zzc.get("com.google.app_measurement.screen_service");
if (obj instanceof Bundle) {
bundle.putBundle("com.google.app_measurement.screen_service", (Bundle) obj);
}
}
} else {
bundle = null;
}
zzdcVar = zzdn.this.zzj;
((zzdc) Preconditions.checkNotNull(zzdcVar)).onActivityCreated(ObjectWrapper.wrap(this.zzd), bundle, this.zzb);
}
}