- 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
55 lines
1.5 KiB
Smali
55 lines
1.5 KiB
Smali
.class final Lcom/google/android/gms/measurement/internal/zzgz;
|
|
.super Landroidx/collection/LruCache;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroidx/collection/LruCache<",
|
|
"Ljava/lang/String;",
|
|
"Lcom/google/android/gms/internal/measurement/zzb;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final synthetic zza:Lcom/google/android/gms/measurement/internal/zzgw;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/measurement/internal/zzgw;I)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/measurement/internal/zzgz;->zza:Lcom/google/android/gms/measurement/internal/zzgw;
|
|
|
|
const/16 p1, 0x14
|
|
|
|
.line 5
|
|
invoke-direct {p0, p1}, Landroidx/collection/LruCache;-><init>(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic create(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 1
|
|
check-cast p1, Ljava/lang/String;
|
|
|
|
.line 2
|
|
invoke-static {p1}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotEmpty(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/measurement/internal/zzgz;->zza:Lcom/google/android/gms/measurement/internal/zzgw;
|
|
|
|
.line 3
|
|
invoke-static {v0, p1}, Lcom/google/android/gms/measurement/internal/zzgw;->zza(Lcom/google/android/gms/measurement/internal/zzgw;Ljava/lang/String;)Lcom/google/android/gms/internal/measurement/zzb;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|