- 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
90 lines
1.5 KiB
Smali
90 lines
1.5 KiB
Smali
.class public final Lcom/google/android/gms/internal/measurement/zzjk$zzf;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/android/gms/internal/measurement/zzjk;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x4019
|
|
name = "zzf"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final enum zza:I = 0x1
|
|
|
|
.field public static final enum zzb:I = 0x2
|
|
|
|
.field public static final enum zzc:I = 0x3
|
|
|
|
.field public static final enum zzd:I = 0x4
|
|
|
|
.field public static final enum zze:I = 0x5
|
|
|
|
.field public static final enum zzf:I = 0x6
|
|
|
|
.field public static final enum zzg:I = 0x7
|
|
|
|
.field private static final synthetic zzh:[I
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
const/4 v0, 0x7
|
|
|
|
new-array v1, v0, [I
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x1
|
|
|
|
aput v3, v1, v2
|
|
|
|
const/4 v2, 0x2
|
|
|
|
aput v2, v1, v3
|
|
|
|
const/4 v3, 0x3
|
|
|
|
aput v3, v1, v2
|
|
|
|
const/4 v2, 0x4
|
|
|
|
aput v2, v1, v3
|
|
|
|
const/4 v3, 0x5
|
|
|
|
aput v3, v1, v2
|
|
|
|
const/4 v2, 0x6
|
|
|
|
aput v2, v1, v3
|
|
|
|
aput v0, v1, v2
|
|
|
|
sput-object v1, Lcom/google/android/gms/internal/measurement/zzjk$zzf;->zzh:[I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zza()[I
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/android/gms/internal/measurement/zzjk$zzf;->zzh:[I
|
|
|
|
.line 10
|
|
invoke-virtual {v0}, [I->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [I
|
|
|
|
return-object v0
|
|
.end method
|