- 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
41 lines
923 B
Smali
41 lines
923 B
Smali
.class public interface abstract Lcom/ironsource/jt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic a(Lcom/ironsource/jt;Ljava/lang/Runnable;JILjava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
if-nez p5, :cond_1
|
|
|
|
and-int/lit8 p4, p4, 0x2
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
const-wide/16 p2, 0x0
|
|
|
|
:cond_0
|
|
invoke-interface {p0, p1, p2, p3}, Lcom/ironsource/jt;->a(Ljava/lang/Runnable;J)V
|
|
|
|
return-void
|
|
|
|
:cond_1
|
|
new-instance p0, Ljava/lang/UnsupportedOperationException;
|
|
|
|
const-string p1, "Super calls with default arguments not supported in this target, function: postReleaseTask"
|
|
|
|
invoke-direct {p0, p1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Ljava/lang/Runnable;)V
|
|
.end method
|
|
|
|
.method public abstract a(Ljava/lang/Runnable;J)V
|
|
.end method
|