- 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
60 lines
984 B
Smali
60 lines
984 B
Smali
.class public final Lcom/google/android/gms/internal/ads/zzaov;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public zza:[B
|
|
|
|
.field public zzb:Ljava/lang/String;
|
|
|
|
.field public zzc:J
|
|
|
|
.field public zzd:J
|
|
|
|
.field public zze:J
|
|
|
|
.field public zzf:J
|
|
|
|
.field public zzg:Ljava/util/Map;
|
|
|
|
.field public zzh:Ljava/util/List;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
invoke-static {}, Ljava/util/Collections;->emptyMap()Ljava/util/Map;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzaov;->zzg:Ljava/util/Map;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(J)Z
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/android/gms/internal/ads/zzaov;->zze:J
|
|
|
|
cmp-long p1, v0, p1
|
|
|
|
if-gez p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|