- 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
93 lines
1.9 KiB
Smali
93 lines
1.9 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzanv;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final zza:I
|
|
|
|
.field public final zzb:Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public final zzc:I
|
|
|
|
.field public final zzd:Ljava/util/List;
|
|
|
|
.field public final zze:[B
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ILjava/lang/String;ILjava/util/List;[B)V
|
|
.locals 0
|
|
.param p2 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p4 # Ljava/util/List;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/google/android/gms/internal/ads/zzanv;->zza:I
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzanv;->zzb:Ljava/lang/String;
|
|
|
|
iput p3, p0, Lcom/google/android/gms/internal/ads/zzanv;->zzc:I
|
|
|
|
if-nez p4, :cond_0
|
|
|
|
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 2
|
|
:cond_0
|
|
invoke-static {p4}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
|
|
|
|
move-result-object p1
|
|
|
|
:goto_0
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzanv;->zzd:Ljava/util/List;
|
|
|
|
iput-object p5, p0, Lcom/google/android/gms/internal/ads/zzanv;->zze:[B
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()I
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/google/android/gms/internal/ads/zzanv;->zzc:I
|
|
|
|
const/4 v1, 0x2
|
|
|
|
if-eq v0, v1, :cond_1
|
|
|
|
const/4 v1, 0x3
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
const/16 v0, 0x200
|
|
|
|
return v0
|
|
|
|
:cond_1
|
|
const/16 v0, 0x800
|
|
|
|
return v0
|
|
.end method
|