Files
rr3-apk/smali/com/applovin/impl/lq.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

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