- 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
85 lines
2.2 KiB
Smali
85 lines
2.2 KiB
Smali
.class final enum Lcom/google/android/gms/auth/zzn;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final enum zza:Lcom/google/android/gms/auth/zzn;
|
|
|
|
.field public static final enum zzb:Lcom/google/android/gms/auth/zzn;
|
|
|
|
.field public static final enum zzc:Lcom/google/android/gms/auth/zzn;
|
|
|
|
.field private static final synthetic zzd:[Lcom/google/android/gms/auth/zzn;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 5
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/auth/zzn;
|
|
|
|
const-string v1, "LEGACY"
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/google/android/gms/auth/zzn;-><init>(Ljava/lang/String;I)V
|
|
|
|
sput-object v0, Lcom/google/android/gms/auth/zzn;->zza:Lcom/google/android/gms/auth/zzn;
|
|
|
|
new-instance v1, Lcom/google/android/gms/auth/zzn;
|
|
|
|
const-string v2, "AUTH_INSTANTIATION"
|
|
|
|
const/4 v3, 0x1
|
|
|
|
.line 2
|
|
invoke-direct {v1, v2, v3}, Lcom/google/android/gms/auth/zzn;-><init>(Ljava/lang/String;I)V
|
|
|
|
sput-object v1, Lcom/google/android/gms/auth/zzn;->zzb:Lcom/google/android/gms/auth/zzn;
|
|
|
|
new-instance v2, Lcom/google/android/gms/auth/zzn;
|
|
|
|
const-string v3, "CALLER_INSTANTIATION"
|
|
|
|
const/4 v4, 0x2
|
|
|
|
.line 3
|
|
invoke-direct {v2, v3, v4}, Lcom/google/android/gms/auth/zzn;-><init>(Ljava/lang/String;I)V
|
|
|
|
sput-object v2, Lcom/google/android/gms/auth/zzn;->zzc:Lcom/google/android/gms/auth/zzn;
|
|
|
|
filled-new-array {v0, v1, v2}, [Lcom/google/android/gms/auth/zzn;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/auth/zzn;->zzd:[Lcom/google/android/gms/auth/zzn;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Ljava/lang/String;I)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static values()[Lcom/google/android/gms/auth/zzn;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/android/gms/auth/zzn;->zzd:[Lcom/google/android/gms/auth/zzn;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, [Lcom/google/android/gms/auth/zzn;->clone()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Lcom/google/android/gms/auth/zzn;
|
|
|
|
return-object v0
|
|
.end method
|