- 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
145 lines
2.5 KiB
Smali
145 lines
2.5 KiB
Smali
.class public abstract Lcom/tapjoy/internal/m1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public volatile a:Lcom/tapjoy/internal/l1;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Landroid/content/Context;Lcom/tapjoy/internal/l1;)Lcom/tapjoy/TJPlacement;
|
|
.end method
|
|
|
|
.method public final a(Lcom/tapjoy/internal/l1;)V
|
|
.locals 1
|
|
|
|
.line 2
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/tapjoy/internal/m1;->a:Lcom/tapjoy/internal/l1;
|
|
|
|
if-ne v0, p1, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/internal/m1;->a:Lcom/tapjoy/internal/l1;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
.line 6
|
|
:cond_0
|
|
:goto_0
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
.line 7
|
|
:goto_1
|
|
monitor-exit p0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public a()Z
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Lcom/tapjoy/TapjoyConnectCore;->getInstance()Lcom/tapjoy/TapjoyConnectCore;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/tapjoy/TapjoyConnectCore;->isViewOpen()Z
|
|
|
|
move-result v0
|
|
|
|
xor-int/lit8 v0, v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public abstract b()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public final c()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Lcom/tapjoy/internal/m1;->a()Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
.line 6
|
|
:cond_0
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/tapjoy/internal/m1;->a:Lcom/tapjoy/internal/l1;
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 8
|
|
new-instance v0, Lcom/tapjoy/internal/l1;
|
|
|
|
invoke-direct {v0, p0}, Lcom/tapjoy/internal/l1;-><init>(Lcom/tapjoy/internal/m1;)V
|
|
|
|
iput-object v0, p0, Lcom/tapjoy/internal/m1;->a:Lcom/tapjoy/internal/l1;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_1
|
|
const/4 v0, 0x0
|
|
|
|
.line 11
|
|
:goto_0
|
|
monitor-exit p0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 13
|
|
invoke-virtual {v0}, Lcom/tapjoy/internal/l1;->a()V
|
|
|
|
:cond_2
|
|
:goto_1
|
|
return-void
|
|
|
|
.line 14
|
|
:goto_2
|
|
:try_start_1
|
|
monitor-exit p0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw v0
|
|
.end method
|