- 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
84 lines
2.2 KiB
Smali
84 lines
2.2 KiB
Smali
.class public Lcom/ironsource/x8;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final A:Ljava/lang/String; = "no_disk_space"
|
|
|
|
.field public static final B:Ljava/lang/String; = "storage_unavailable"
|
|
|
|
.field public static final C:Ljava/lang/String; = "no_network_connection"
|
|
|
|
.field public static final D:Ljava/lang/String; = "temp"
|
|
|
|
.field public static final E:Ljava/lang/String; = "tmp_"
|
|
|
|
.field public static final F:Ljava/lang/String; = "connectionTimeout"
|
|
|
|
.field public static final G:Ljava/lang/String; = "readTimeout"
|
|
|
|
.field public static final H:Ljava/lang/String; = "shouldUseHttp2"
|
|
|
|
.field public static final a:I = 0x3ec
|
|
|
|
.field public static final b:I = 0x3ed
|
|
|
|
.field public static final c:I = 0x3ee
|
|
|
|
.field public static final d:I = 0x3ef
|
|
|
|
.field public static final e:I = 0x3f0
|
|
|
|
.field public static final f:I = 0x3f1
|
|
|
|
.field public static final g:I = 0x3f2
|
|
|
|
.field public static final h:I = 0x3f3
|
|
|
|
.field public static final i:I = 0x3f5
|
|
|
|
.field public static final j:I = 0x3f6
|
|
|
|
.field public static final k:I = 0x3f7
|
|
|
|
.field public static final l:I = 0x3f8
|
|
|
|
.field public static final m:I = 0x3fa
|
|
|
|
.field public static final n:I = 0x3fb
|
|
|
|
.field public static final o:I = 0x3fc
|
|
|
|
.field public static final p:Ljava/lang/String; = "malformed url exception"
|
|
|
|
.field public static final q:Ljava/lang/String; = "http not found"
|
|
|
|
.field public static final r:Ljava/lang/String; = "http empty response"
|
|
|
|
.field public static final s:Ljava/lang/String; = "uri syntax exception"
|
|
|
|
.field public static final t:Ljava/lang/String; = "http error code"
|
|
|
|
.field public static final u:Ljava/lang/String; = "socket timeout exception"
|
|
|
|
.field public static final v:Ljava/lang/String; = "io exception"
|
|
|
|
.field public static final w:Ljava/lang/String; = "file not found exception"
|
|
|
|
.field public static final x:Ljava/lang/String; = "out of memory exception"
|
|
|
|
.field public static final y:Ljava/lang/String; = "failed to create folder for file"
|
|
|
|
.field public static final z:Ljava/lang/String; = "file_already_exist"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|