- 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
48 lines
1.6 KiB
Smali
48 lines
1.6 KiB
Smali
.class public final Lcom/google/android/gms/internal/measurement/zzy;
|
|
.super Lcom/google/android/gms/internal/measurement/zzal;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 3
|
|
|
|
const-string v0, "internal.platform"
|
|
|
|
.line 2
|
|
invoke-direct {p0, v0}, Lcom/google/android/gms/internal/measurement/zzal;-><init>(Ljava/lang/String;)V
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/measurement/zzal;->zzb:Ljava/util/Map;
|
|
|
|
.line 3
|
|
new-instance v1, Lcom/google/android/gms/internal/measurement/zzab;
|
|
|
|
const-string v2, "getVersion"
|
|
|
|
invoke-direct {v1, p0, v2}, Lcom/google/android/gms/internal/measurement/zzab;-><init>(Lcom/google/android/gms/internal/measurement/zzy;Ljava/lang/String;)V
|
|
|
|
invoke-interface {v0, v2, v1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(Lcom/google/android/gms/internal/measurement/zzh;Ljava/util/List;)Lcom/google/android/gms/internal/measurement/zzaq;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/google/android/gms/internal/measurement/zzh;",
|
|
"Ljava/util/List<",
|
|
"Lcom/google/android/gms/internal/measurement/zzaq;",
|
|
">;)",
|
|
"Lcom/google/android/gms/internal/measurement/zzaq;"
|
|
}
|
|
.end annotation
|
|
|
|
sget-object p1, Lcom/google/android/gms/internal/measurement/zzaq;->zzc:Lcom/google/android/gms/internal/measurement/zzaq;
|
|
|
|
return-object p1
|
|
.end method
|