Files
rr3-apk/smali_classes4/com/singular/sdk/internal/Constants.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

73 lines
1.9 KiB
Smali

.class public interface abstract Lcom/singular/sdk/internal/Constants;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final HTTP_USER_AGENT:Ljava/lang/String;
.field public static final SDK_BUILD_INFO:Ljava/lang/String;
.field public static final SDK_VERSION:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 4
.line 30
sget-object v0, Ljava/util/Locale;->US:Ljava/util/Locale;
const-wide v1, 0x1730a08e360L # 7.873436167E-312
invoke-static {v1, v2}, Lcom/singular/sdk/internal/Utils;->formatTimestamp(J)Ljava/lang/String;
move-result-object v1
const-string v2, "540af8d9.master"
filled-new-array {v2, v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%s; %s"
invoke-static {v0, v2, v1}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
sput-object v1, Lcom/singular/sdk/internal/Constants;->SDK_BUILD_INFO:Ljava/lang/String;
const-string v1, "9.4.1"
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v2
const-string v3, "Singular/v%s"
.line 31
invoke-static {v0, v3, v2}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v2
sput-object v2, Lcom/singular/sdk/internal/Constants;->SDK_VERSION:Ljava/lang/String;
const-string v2, "PROD"
filled-new-array {v1, v2}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "Singular/SDK-v%s.%s"
.line 32
invoke-static {v0, v2, v1}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/singular/sdk/internal/Constants;->HTTP_USER_AGENT:Ljava/lang/String;
return-void
.end method