Files
rr3-apk/smali_classes3/com/google/android/gms/internal/ads/zzflo.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

160 lines
3.9 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzflo;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static final zza:Ljava/util/regex/Pattern;
# instance fields
.field private final zzb:Ljava/util/List;
# direct methods
.method static constructor <clinit>()V
.locals 1
const-string v0, "^[a-zA-Z0-9 ]+$"
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
move-result-object v0
sput-object v0, Lcom/google/android/gms/internal/ads/zzflo;->zza:Ljava/util/regex/Pattern;
return-void
.end method
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzflo;->zzb:Ljava/util/List;
return-void
.end method
# virtual methods
.method public final zza()Ljava/util/List;
.locals 1
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzflo;->zzb:Ljava/util/List;
return-object v0
.end method
.method public final zzb(Landroid/view/View;Lcom/google/android/gms/internal/ads/zzfkw;Ljava/lang/String;)V
.locals 3
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
if-eqz p1, :cond_4
sget-object p3, Lcom/google/android/gms/internal/ads/zzflo;->zza:Ljava/util/regex/Pattern;
const-string v0, "Ad overlay"
.line 1
invoke-virtual {p3, v0}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
move-result-object p3
invoke-virtual {p3}, Ljava/util/regex/Matcher;->matches()Z
move-result p3
if-eqz p3, :cond_3
iget-object p3, p0, Lcom/google/android/gms/internal/ads/zzflo;->zzb:Ljava/util/List;
.line 2
invoke-interface {p3}, Ljava/util/List;->iterator()Ljava/util/Iterator;
move-result-object p3
:cond_0
invoke-interface {p3}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_1
invoke-interface {p3}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/android/gms/internal/ads/zzfln;
.line 3
invoke-virtual {v1}, Lcom/google/android/gms/internal/ads/zzfln;->zzb()Lcom/google/android/gms/internal/ads/zzfnb;
move-result-object v2
invoke-virtual {v2}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v2
if-ne v2, p1, :cond_0
goto :goto_0
:cond_1
const/4 v1, 0x0
:goto_0
if-nez v1, :cond_2
iget-object p3, p0, Lcom/google/android/gms/internal/ads/zzflo;->zzb:Ljava/util/List;
new-instance v1, Lcom/google/android/gms/internal/ads/zzfln;
.line 4
invoke-direct {v1, p1, p2, v0}, Lcom/google/android/gms/internal/ads/zzfln;-><init>(Landroid/view/View;Lcom/google/android/gms/internal/ads/zzfkw;Ljava/lang/String;)V
invoke-interface {p3, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
:cond_2
return-void
:cond_3
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "FriendlyObstruction has detailed reason that contains characters not in [a-z][A-Z][0-9] or space"
.line 5
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
:cond_4
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "FriendlyObstruction is null"
.line 6
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final zzc()V
.locals 1
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzflo;->zzb:Ljava/util/List;
.line 1
invoke-interface {v0}, Ljava/util/List;->clear()V
return-void
.end method