- 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
59 lines
2.3 KiB
Java
59 lines
2.3 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import android.content.BroadcastReceiver;
|
|
import android.content.Context;
|
|
import android.content.Intent;
|
|
import androidx.annotation.MainThread;
|
|
import com.google.android.gms.internal.measurement.zzpd;
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzo extends BroadcastReceiver {
|
|
private final zzhj zza;
|
|
|
|
public zzo(zzhj zzhjVar) {
|
|
this.zza = zzhjVar;
|
|
}
|
|
|
|
@Override // android.content.BroadcastReceiver
|
|
@MainThread
|
|
public final void onReceive(Context context, Intent intent) {
|
|
if (intent == null) {
|
|
this.zza.zzj().zzu().zza("App receiver called with null intent");
|
|
return;
|
|
}
|
|
String action = intent.getAction();
|
|
if (action == null) {
|
|
this.zza.zzj().zzu().zza("App receiver called with null action");
|
|
return;
|
|
}
|
|
if (action.equals("com.google.android.gms.measurement.TRIGGERS_AVAILABLE")) {
|
|
final zzhj zzhjVar = this.zza;
|
|
if (zzpd.zza() && zzhjVar.zzf().zzf(null, zzbh.zzcc)) {
|
|
zzhjVar.zzj().zzp().zza("App receiver notified triggers are available");
|
|
zzhjVar.zzl().zzb(new Runnable() { // from class: com.google.android.gms.measurement.internal.zzq
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
zzhj zzhjVar2 = zzhj.this;
|
|
if (!zzhjVar2.zzt().zzw()) {
|
|
zzhjVar2.zzj().zzu().zza("registerTrigger called but app not eligible");
|
|
return;
|
|
}
|
|
final zziz zzp = zzhjVar2.zzp();
|
|
Objects.requireNonNull(zzp);
|
|
new Thread(new Runnable() { // from class: com.google.android.gms.measurement.internal.zzr
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
zziz.this.zzao();
|
|
}
|
|
}).start();
|
|
}
|
|
});
|
|
return;
|
|
}
|
|
return;
|
|
}
|
|
this.zza.zzj().zzu().zza("App receiver called with unknown action");
|
|
}
|
|
}
|