- 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
59 lines
1.3 KiB
Smali
59 lines
1.3 KiB
Smali
.class public abstract Lcom/applovin/impl/q3;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static a(I)Ljava/lang/StringBuilder;
|
|
.locals 5
|
|
|
|
const-string v0, "size"
|
|
|
|
.line 329
|
|
invoke-static {p0, v0}, Lcom/applovin/impl/p3;->a(ILjava/lang/String;)I
|
|
|
|
.line 330
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
int-to-long v1, p0
|
|
|
|
const-wide/16 v3, 0x8
|
|
|
|
mul-long/2addr v1, v3
|
|
|
|
const-wide/32 v3, 0x40000000
|
|
|
|
invoke-static {v1, v2, v3, v4}, Ljava/lang/Math;->min(JJ)J
|
|
|
|
move-result-wide v1
|
|
|
|
long-to-int p0, v1
|
|
|
|
invoke-direct {v0, p0}, Ljava/lang/StringBuilder;-><init>(I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static a(Ljava/util/Collection;Ljava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
.line 430
|
|
invoke-static {p0}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 432
|
|
:try_start_0
|
|
invoke-interface {p0, p1}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result p0
|
|
:try_end_0
|
|
.catch Ljava/lang/ClassCastException; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catch Ljava/lang/NullPointerException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return p0
|
|
|
|
:catch_0
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|