- 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
112 lines
2.6 KiB
Smali
112 lines
2.6 KiB
Smali
.class public final Lcom/google/android/gms/internal/measurement/zzfy;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static zza:Lcom/google/android/gms/internal/measurement/zzfx;
|
|
.annotation build Landroidx/annotation/GuardedBy;
|
|
value = "GservicesDelegateSupplier.class"
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized zza()Lcom/google/android/gms/internal/measurement/zzfx;
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/google/android/gms/internal/measurement/zzfy;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/google/android/gms/internal/measurement/zzfy;->zza:Lcom/google/android/gms/internal/measurement/zzfx;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 2
|
|
new-instance v1, Lcom/google/android/gms/internal/measurement/zzga;
|
|
|
|
invoke-direct {v1}, Lcom/google/android/gms/internal/measurement/zzga;-><init>()V
|
|
|
|
invoke-static {v1}, Lcom/google/android/gms/internal/measurement/zzfy;->zza(Lcom/google/android/gms/internal/measurement/zzfx;)V
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
sget-object v1, Lcom/google/android/gms/internal/measurement/zzfy;->zza:Lcom/google/android/gms/internal/measurement/zzfx;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 3
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:goto_1
|
|
monitor-exit v0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method private static declared-synchronized zza(Lcom/google/android/gms/internal/measurement/zzfx;)V
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/google/android/gms/internal/measurement/zzfy;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/google/android/gms/internal/measurement/zzfy;->zza:Lcom/google/android/gms/internal/measurement/zzfx;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
sput-object p0, Lcom/google/android/gms/internal/measurement/zzfy;->zza:Lcom/google/android/gms/internal/measurement/zzfx;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 8
|
|
monitor-exit v0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
goto :goto_0
|
|
|
|
.line 6
|
|
:cond_0
|
|
:try_start_1
|
|
new-instance p0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string v1, "init() already called"
|
|
|
|
invoke-direct {p0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
.line 8
|
|
:goto_0
|
|
monitor-exit v0
|
|
|
|
throw p0
|
|
.end method
|