Files
rr3-apk/smali_classes3/com/google/android/gms/internal/measurement/zzhl.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

69 lines
1.7 KiB
Smali

.class public final Lcom/google/android/gms/internal/measurement/zzhl;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private final zza:Z
# direct methods
.method public constructor <init>(Lcom/google/android/gms/internal/measurement/zzhk;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-string v0, "BuildInfo must be non-null"
.line 2
invoke-static {p1, v0}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.line 3
invoke-interface {p1}, Lcom/google/android/gms/internal/measurement/zzhk;->zza()Z
move-result p1
xor-int/lit8 p1, p1, 0x1
iput-boolean p1, p0, Lcom/google/android/gms/internal/measurement/zzhl;->zza:Z
return-void
.end method
# virtual methods
.method public final zza(Ljava/lang/String;)Z
.locals 1
const-string v0, "flagName must not be null"
.line 5
invoke-static {p1, v0}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
iget-boolean v0, p0, Lcom/google/android/gms/internal/measurement/zzhl;->zza:Z
if-nez v0, :cond_0
const/4 p1, 0x1
return p1
.line 9
:cond_0
sget-object v0, Lcom/google/android/gms/internal/measurement/zzhn;->zza:Lcom/google/common/base/Supplier;
invoke-interface {v0}, Lcom/google/common/base/Supplier;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/common/collect/ImmutableMultimap;
.line 10
invoke-virtual {v0, p1}, Lcom/google/common/collect/ImmutableMultimap;->containsValue(Ljava/lang/Object;)Z
move-result p1
return p1
.end method