- 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
48 lines
1.0 KiB
Smali
48 lines
1.0 KiB
Smali
.class public final Lcom/tapjoy/internal/v2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Landroid/content/Context;
|
|
|
|
.field public final b:Ljava/lang/String;
|
|
|
|
.field public final c:Ljava/util/Hashtable;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/internal/q2;Landroid/content/Context;Ljava/lang/String;Ljava/util/Hashtable;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 3
|
|
sget-object p1, Lcom/tapjoy/internal/j;->a:Landroid/content/Context;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
if-eqz p1, :cond_1
|
|
|
|
move-object p2, p1
|
|
|
|
:cond_1
|
|
iput-object p2, p0, Lcom/tapjoy/internal/v2;->a:Landroid/content/Context;
|
|
|
|
iput-object p3, p0, Lcom/tapjoy/internal/v2;->b:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Lcom/tapjoy/internal/v2;->c:Ljava/util/Hashtable;
|
|
|
|
return-void
|
|
.end method
|