Files
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

60 lines
1.0 KiB
Smali

.class public final Lcom/applovin/impl/g8;
.super Ljava/lang/RuntimeException;
.source "SourceFile"
# instance fields
.field public final a:I
# direct methods
.method public constructor <init>(I)V
.locals 1
.line 61
invoke-static {p1}, Lcom/applovin/impl/g8;->a(I)Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
iput p1, p0, Lcom/applovin/impl/g8;->a:I
return-void
.end method
.method private static a(I)Ljava/lang/String;
.locals 1
const/4 v0, 0x1
if-eq p0, v0, :cond_2
const/4 v0, 0x2
if-eq p0, v0, :cond_1
const/4 v0, 0x3
if-eq p0, v0, :cond_0
const-string p0, "Undefined timeout."
return-object p0
:cond_0
const-string p0, "Detaching surface timed out."
return-object p0
:cond_1
const-string p0, "Setting foreground mode timed out."
return-object p0
:cond_2
const-string p0, "Player release timed out."
return-object p0
.end method