- 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
49 lines
1.5 KiB
Smali
49 lines
1.5 KiB
Smali
.class public Lcom/tapjoy/TJAdUnitConstants;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/tapjoy/TJAdUnitConstants$String;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final ADUNIT_CALLBACK_METHOD:Ljava/lang/String; = "if(window.AndroidWebViewJavascriptBridge) AndroidWebViewJavascriptBridge._handleMessageFromAndroid"
|
|
|
|
.field public static final CUSTOM_CLOSE_TIMEOUT:I = 0x3e8
|
|
|
|
.field public static final EVENTS_PROXY_PATH:Ljava/lang/String; = "events/proxy?"
|
|
|
|
.field public static final EXTRA_TJ_PLACEMENT_DATA:Ljava/lang/String; = "placement_data"
|
|
|
|
.field public static final EXTRA_TJ_PLACEMENT_NAME:Ljava/lang/String; = "placement_name"
|
|
|
|
.field public static final JAVASCRIPT_INTERFACE_ID:Ljava/lang/String; = "AndroidJavascriptInterface"
|
|
|
|
.field public static final PARAM_ENTRY_POINT:Ljava/lang/String; = "entrypoint"
|
|
|
|
.field public static final PARAM_PLACEMENT_BY_SDK:Ljava/lang/String; = "system_placement"
|
|
|
|
.field public static final PARAM_PLACEMENT_NAME:Ljava/lang/String; = "event_name"
|
|
|
|
.field public static final PARAM_PLACEMENT_PRELOAD:Ljava/lang/String; = "event_preload"
|
|
|
|
.field public static final SHARE_CHOOSE_TITLE:Ljava/lang/String; = "Select"
|
|
|
|
.field public static final SPINNER_TITLE:Ljava/lang/String; = "Loading..."
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|