- 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
117 lines
3.2 KiB
Smali
117 lines
3.2 KiB
Smali
.class public final Lcom/tapjoy/j0;
|
|
.super Ljava/lang/Thread;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Ljava/lang/String;
|
|
|
|
.field public final synthetic b:Lcom/tapjoy/TJOfferwallDiscoverView;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/TJOfferwallDiscoverView;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/j0;->b:Lcom/tapjoy/TJOfferwallDiscoverView;
|
|
|
|
iput-object p2, p0, Lcom/tapjoy/j0;->a:Ljava/lang/String;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Thread;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 6
|
|
|
|
.line 1
|
|
invoke-super {p0}, Ljava/lang/Thread;->run()V
|
|
|
|
.line 3
|
|
invoke-static {}, Lcom/tapjoy/TapjoyConnectCore;->getInstance()Lcom/tapjoy/TapjoyConnectCore;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/tapjoy/TapjoyConnectCore;->getPlacementURL()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, "v1/apps/"
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 6
|
|
invoke-static {}, Lcom/tapjoy/TapjoyConnectCore;->getInstance()Lcom/tapjoy/TapjoyConnectCore;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2}, Lcom/tapjoy/TapjoyConnectCore;->getAppID()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, "/content?"
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
.line 10
|
|
invoke-static {}, Lcom/tapjoy/TapjoyConnectCore;->getInstance()Lcom/tapjoy/TapjoyConnectCore;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2}, Lcom/tapjoy/TapjoyConnectCore;->getBaseURLParams()Ljava/util/Map;
|
|
|
|
move-result-object v2
|
|
|
|
iget-object v3, p0, Lcom/tapjoy/j0;->a:Ljava/lang/String;
|
|
|
|
const-string v4, "event_name"
|
|
|
|
const/4 v5, 0x1
|
|
|
|
.line 12
|
|
invoke-static {v2, v4, v3, v5}, Lcom/tapjoy/TapjoyUtil;->safePut(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Z)V
|
|
|
|
const-string v3, "event_preload"
|
|
|
|
const-string v4, "true"
|
|
|
|
.line 13
|
|
invoke-static {v2, v3, v4, v5}, Lcom/tapjoy/TapjoyUtil;->safePut(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Z)V
|
|
|
|
const-string v3, "offerwall_discover"
|
|
|
|
.line 15
|
|
invoke-static {v2, v3, v4, v5}, Lcom/tapjoy/TapjoyUtil;->safePut(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Z)V
|
|
|
|
.line 17
|
|
invoke-static {v1, v2}, Lcom/tapjoy/internal/c3;->b(Ljava/lang/String;Ljava/util/Map;)Lcom/tapjoy/internal/b3;
|
|
|
|
move-result-object v1
|
|
|
|
.line 18
|
|
new-instance v2, Lcom/tapjoy/i0;
|
|
|
|
invoke-direct {v2, p0, v1, v0}, Lcom/tapjoy/i0;-><init>(Lcom/tapjoy/j0;Lcom/tapjoy/internal/b3;Ljava/lang/String;)V
|
|
|
|
invoke-static {v2}, Lcom/tapjoy/TapjoyUtil;->runOnMainThread(Ljava/lang/Runnable;)V
|
|
|
|
return-void
|
|
.end method
|