- 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
40 lines
852 B
Smali
40 lines
852 B
Smali
.class final Lcom/google/android/gms/common/zzm;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final zza:[Lcom/google/android/gms/common/zzj;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const/4 v0, 0x2
|
|
|
|
new-array v0, v0, [Lcom/google/android/gms/common/zzj;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 1
|
|
sget-object v2, Lcom/google/android/gms/common/zzn;->zzc:Lcom/google/android/gms/common/zzl;
|
|
|
|
aput-object v2, v0, v1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
sget-object v2, Lcom/google/android/gms/common/zzn;->zzd:Lcom/google/android/gms/common/zzl;
|
|
|
|
aput-object v2, v0, v1
|
|
|
|
sput-object v0, Lcom/google/android/gms/common/zzm;->zza:[Lcom/google/android/gms/common/zzj;
|
|
|
|
return-void
|
|
.end method
|