- 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
98 lines
2.2 KiB
Smali
98 lines
2.2 KiB
Smali
.class public final Lcom/tapjoy/internal/u;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static a:Lcom/tapjoy/internal/u;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Ljava/util/UUID;->randomUUID()Ljava/util/UUID;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/util/UUID;->toString()Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
sget-object v0, Lcom/tapjoy/internal/f1;->a:Ljava/util/concurrent/ScheduledExecutorService;
|
|
|
|
sget-object v1, Lcom/tapjoy/internal/f1;->c:Lcom/tapjoy/internal/e1;
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
|
|
|
|
.line 3
|
|
sget-object v0, Landroid/os/Build$VERSION;->RELEASE:Ljava/lang/String;
|
|
|
|
.line 4
|
|
sget-object v0, Landroid/os/Build;->MANUFACTURER:Ljava/lang/String;
|
|
|
|
.line 5
|
|
invoke-static {}, Ljava/util/Locale;->getDefault()Ljava/util/Locale;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/util/Locale;->toString()Ljava/lang/String;
|
|
|
|
.line 7
|
|
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized a(Landroid/content/Context;)Lcom/tapjoy/internal/u;
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/tapjoy/internal/u;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/tapjoy/internal/u;->a:Lcom/tapjoy/internal/u;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 2
|
|
new-instance v1, Lcom/tapjoy/internal/u;
|
|
|
|
invoke-direct {v1, p0}, Lcom/tapjoy/internal/u;-><init>(Landroid/content/Context;)V
|
|
|
|
sput-object v1, Lcom/tapjoy/internal/u;->a:Lcom/tapjoy/internal/u;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
sget-object p0, Lcom/tapjoy/internal/u;->a:Lcom/tapjoy/internal/u;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 4
|
|
monitor-exit v0
|
|
|
|
return-object p0
|
|
|
|
:goto_1
|
|
monitor-exit v0
|
|
|
|
throw p0
|
|
.end method
|