- 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
86 lines
1.8 KiB
Smali
86 lines
1.8 KiB
Smali
.class final Lcom/applovin/impl/ag;
|
|
.super Lcom/applovin/impl/wg;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# static fields
|
|
.field static final a:Lcom/applovin/impl/ag;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/applovin/impl/ag;
|
|
|
|
invoke-direct {v0}, Lcom/applovin/impl/ag;-><init>()V
|
|
|
|
sput-object v0, Lcom/applovin/impl/ag;->a:Lcom/applovin/impl/ag;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 57
|
|
invoke-direct {p0}, Lcom/applovin/impl/wg;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Ljava/lang/Comparable;Ljava/lang/Comparable;)I
|
|
.locals 0
|
|
|
|
.line 37
|
|
invoke-static {p1}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 38
|
|
invoke-static {p2}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 39
|
|
invoke-interface {p1, p2}, Ljava/lang/Comparable;->compareTo(Ljava/lang/Object;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public c()Lcom/applovin/impl/wg;
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-object v0, Lcom/applovin/impl/xi;->a:Lcom/applovin/impl/xi;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 27
|
|
check-cast p1, Ljava/lang/Comparable;
|
|
|
|
check-cast p2, Ljava/lang/Comparable;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/applovin/impl/ag;->a(Ljava/lang/Comparable;Ljava/lang/Comparable;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "Ordering.natural()"
|
|
|
|
return-object v0
|
|
.end method
|