- 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
34 lines
620 B
Smali
34 lines
620 B
Smali
.class public abstract Lcom/applovin/impl/lq;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final a:[Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 6
|
|
|
|
const-string v0, "start"
|
|
|
|
const-string v1, "firstQuartile"
|
|
|
|
const-string v2, "midpoint"
|
|
|
|
const-string v3, "thirdQuartile"
|
|
|
|
const-string v4, "complete"
|
|
|
|
const-string v5, "progress"
|
|
|
|
filled-new-array/range {v0 .. v5}, [Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/applovin/impl/lq;->a:[Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|