- 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
101 lines
2.5 KiB
Smali
101 lines
2.5 KiB
Smali
.class public interface abstract Lcom/fyber/inneractive/sdk/player/exoplayer2/o;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/e$b;
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(J)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract a(JJ)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract a(Lcom/fyber/inneractive/sdk/player/exoplayer2/p;[Lcom/fyber/inneractive/sdk/player/exoplayer2/j;Lcom/fyber/inneractive/sdk/player/exoplayer2/source/q;JZJ)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract a([Lcom/fyber/inneractive/sdk/player/exoplayer2/j;Lcom/fyber/inneractive/sdk/player/exoplayer2/source/q;J)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract a()Z
|
|
.end method
|
|
|
|
.method public abstract b()Z
|
|
.end method
|
|
|
|
.method public abstract c()V
|
|
.end method
|
|
|
|
.method public abstract d()Lcom/fyber/inneractive/sdk/player/exoplayer2/source/q;
|
|
.end method
|
|
|
|
.method public abstract e()I
|
|
.end method
|
|
|
|
.method public abstract f()V
|
|
.end method
|
|
|
|
.method public abstract g()V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract h()Z
|
|
.end method
|
|
|
|
.method public abstract isReady()Z
|
|
.end method
|
|
|
|
.method public abstract j()Lcom/fyber/inneractive/sdk/player/exoplayer2/util/g;
|
|
.end method
|
|
|
|
.method public abstract k()I
|
|
.end method
|
|
|
|
.method public abstract l()Lcom/fyber/inneractive/sdk/player/exoplayer2/a;
|
|
.end method
|
|
|
|
.method public abstract setIndex(I)V
|
|
.end method
|
|
|
|
.method public abstract start()V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract stop()V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/player/exoplayer2/d;
|
|
}
|
|
.end annotation
|
|
.end method
|