- 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
47 lines
1.4 KiB
Smali
47 lines
1.4 KiB
Smali
.class public final Lcom/mbridge/msdk/foundation/download/Command;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final CACHE_DIRECTOR_PATH_TYPE_EXTERNAL:I = 0x1
|
|
|
|
.field public static final CACHE_DIRECTOR_PATH_TYPE_INTERNAL:I = 0x0
|
|
|
|
.field public static final DEFAULT_CONNECT_TIMEOUT_IN_MILLS:I = 0x4e20
|
|
|
|
.field public static final DEFAULT_DATABASE_TABLE_NAME:Ljava/lang/String; = "downloadTable"
|
|
|
|
.field public static final DEFAULT_DOWNLOAD_RATE:I = 0x64
|
|
|
|
.field public static final DEFAULT_MAX_REQUESTS:I = 0x40
|
|
|
|
.field public static final DEFAULT_MAX_REQUESTS_PER_HOST:I = 0x14
|
|
|
|
.field public static final DEFAULT_PING_INTERVAL:I = 0xa
|
|
|
|
.field public static final DEFAULT_READ_TIMEOUT_IN_MILLS:I = 0x4e20
|
|
|
|
.field public static final DEFAULT_STREAM_BYTE_BUFFER_SIZE:I = 0x1000
|
|
|
|
.field public static final DEFAULT_USER_AGENT:Ljava/lang/String; = "okhttp/3.12.13/MAL_16.8.51"
|
|
|
|
.field public static final DEFAULT_WRITE_TIMEOUT_IN_MILLS:I = 0x4e20
|
|
|
|
.field public static final HTTP_HEADER_ETAG:Ljava/lang/String; = "ETag"
|
|
|
|
.field public static final HTTP_HEADER_RANGE:Ljava/lang/String; = "Range"
|
|
|
|
.field public static final HTTP_HEADER_USER_AGENT:Ljava/lang/String; = "User-Agent"
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 25
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|