- 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
64 lines
1.1 KiB
Smali
64 lines
1.1 KiB
Smali
.class abstract Lcom/applovin/impl/xl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/applovin/impl/xl$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field protected final a:Lcom/applovin/impl/qo;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/qo;)V
|
|
.locals 0
|
|
|
|
.line 38
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/xl;->a:Lcom/applovin/impl/qo;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Lcom/applovin/impl/bh;)Z
|
|
.end method
|
|
|
|
.method public final a(Lcom/applovin/impl/bh;J)Z
|
|
.locals 1
|
|
|
|
.line 60
|
|
invoke-virtual {p0, p1}, Lcom/applovin/impl/xl;->a(Lcom/applovin/impl/bh;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/applovin/impl/xl;->b(Lcom/applovin/impl/bh;J)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public abstract b(Lcom/applovin/impl/bh;J)Z
|
|
.end method
|