- 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
54 lines
1.3 KiB
Smali
54 lines
1.3 KiB
Smali
.class public interface abstract Lorg/apache/http/HttpResponse;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lorg/apache/http/HttpMessage;
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getEntity()Lorg/apache/http/HttpEntity;
|
|
.end method
|
|
|
|
.method public abstract getLocale()Ljava/util/Locale;
|
|
.end method
|
|
|
|
.method public abstract getStatusLine()Lorg/apache/http/StatusLine;
|
|
.end method
|
|
|
|
.method public abstract setEntity(Lorg/apache/http/HttpEntity;)V
|
|
.end method
|
|
|
|
.method public abstract setLocale(Ljava/util/Locale;)V
|
|
.end method
|
|
|
|
.method public abstract setReasonPhrase(Ljava/lang/String;)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/IllegalStateException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract setStatusCode(I)V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/IllegalStateException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract setStatusLine(Lorg/apache/http/ProtocolVersion;I)V
|
|
.end method
|
|
|
|
.method public abstract setStatusLine(Lorg/apache/http/ProtocolVersion;ILjava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract setStatusLine(Lorg/apache/http/StatusLine;)V
|
|
.end method
|