- 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
74 lines
1.9 KiB
Smali
74 lines
1.9 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzv;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:Landroid/util/SparseBooleanArray;
|
|
|
|
.field private zzb:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Landroid/util/SparseBooleanArray;
|
|
|
|
invoke-direct {v0}, Landroid/util/SparseBooleanArray;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzv;->zza:Landroid/util/SparseBooleanArray;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(I)Lcom/google/android/gms/internal/ads/zzv;
|
|
.locals 2
|
|
|
|
iget-boolean v0, p0, Lcom/google/android/gms/internal/ads/zzv;->zzb:Z
|
|
|
|
const/4 v1, 0x1
|
|
|
|
xor-int/2addr v0, v1
|
|
|
|
.line 1
|
|
invoke-static {v0}, Lcom/google/android/gms/internal/ads/zzcw;->zzf(Z)V
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzv;->zza:Landroid/util/SparseBooleanArray;
|
|
|
|
.line 2
|
|
invoke-virtual {v0, p1, v1}, Landroid/util/SparseBooleanArray;->append(IZ)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final zzb()Lcom/google/android/gms/internal/ads/zzx;
|
|
.locals 3
|
|
|
|
iget-boolean v0, p0, Lcom/google/android/gms/internal/ads/zzv;->zzb:Z
|
|
|
|
const/4 v1, 0x1
|
|
|
|
xor-int/2addr v0, v1
|
|
|
|
.line 1
|
|
invoke-static {v0}, Lcom/google/android/gms/internal/ads/zzcw;->zzf(Z)V
|
|
|
|
iput-boolean v1, p0, Lcom/google/android/gms/internal/ads/zzv;->zzb:Z
|
|
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzx;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzv;->zza:Landroid/util/SparseBooleanArray;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/google/android/gms/internal/ads/zzx;-><init>(Landroid/util/SparseBooleanArray;Lcom/google/android/gms/internal/ads/zzw;)V
|
|
|
|
return-object v0
|
|
.end method
|