- 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
43 lines
1012 B
Smali
43 lines
1012 B
Smali
.class public final Lcom/tapjoy/internal/r2;
|
|
.super Lcom/tapjoy/m1;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public d:I
|
|
|
|
.field public final e:Lcom/tapjoy/internal/q2;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/tapjoy/m1;-><init>()V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/tapjoy/internal/r2;->d:I
|
|
|
|
.line 6
|
|
new-instance v0, Lcom/tapjoy/internal/q2;
|
|
|
|
invoke-direct {v0, p0}, Lcom/tapjoy/internal/q2;-><init>(Lcom/tapjoy/internal/r2;)V
|
|
|
|
iput-object v0, p0, Lcom/tapjoy/internal/r2;->e:Lcom/tapjoy/internal/q2;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic a(Lcom/tapjoy/internal/r2;Landroid/content/Context;Ljava/lang/String;Ljava/util/Hashtable;Lcom/tapjoy/internal/u2;)Z
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2, p3, p4}, Lcom/tapjoy/m1;->a(Landroid/content/Context;Ljava/lang/String;Ljava/util/Hashtable;Lcom/tapjoy/TJConnectListener;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|