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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
package com.google.android.gms.internal.ads;
import android.view.View;
import androidx.annotation.Nullable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.regex.Pattern;
/* loaded from: classes3.dex */
public final class zzflo {
private static final Pattern zza = Pattern.compile("^[a-zA-Z0-9 ]+$");
private final List zzb = new ArrayList();
public final List zza() {
return this.zzb;
}
public final void zzb(View view, zzfkw zzfkwVar, @Nullable String str) {
zzfln zzflnVar;
if (view == null) {
throw new IllegalArgumentException("FriendlyObstruction is null");
}
if (!zza.matcher("Ad overlay").matches()) {
throw new IllegalArgumentException("FriendlyObstruction has detailed reason that contains characters not in [a-z][A-Z][0-9] or space");
}
Iterator it = this.zzb.iterator();
while (true) {
if (!it.hasNext()) {
zzflnVar = null;
break;
} else {
zzflnVar = (zzfln) it.next();
if (zzflnVar.zzb().get() == view) {
break;
}
}
}
if (zzflnVar == null) {
this.zzb.add(new zzfln(view, zzfkwVar, "Ad overlay"));
}
}
public final void zzc() {
this.zzb.clear();
}
}