- 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
31 lines
661 B
Smali
31 lines
661 B
Smali
.class public interface abstract Lokhttp3/CookieJar;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final NO_COOKIES:Lokhttp3/CookieJar;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 36
|
|
new-instance v0, Lokhttp3/CookieJar$1;
|
|
|
|
invoke-direct {v0}, Lokhttp3/CookieJar$1;-><init>()V
|
|
|
|
sput-object v0, Lokhttp3/CookieJar;->NO_COOKIES:Lokhttp3/CookieJar;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract loadForRequest(Lokhttp3/HttpUrl;)Ljava/util/List;
|
|
.end method
|
|
|
|
.method public abstract saveFromResponse(Lokhttp3/HttpUrl;Ljava/util/List;)V
|
|
.end method
|