- 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
87 lines
1.9 KiB
Smali
87 lines
1.9 KiB
Smali
.class Lcom/applovin/impl/rj$a$a;
|
|
.super Lcom/applovin/impl/d;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/applovin/impl/rj$a;->iterator()Lcom/applovin/impl/pp;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final c:Ljava/util/Iterator;
|
|
|
|
.field final synthetic d:Lcom/applovin/impl/rj$a;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/rj$a;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/rj$a$a;->d:Lcom/applovin/impl/rj$a;
|
|
|
|
.line 759
|
|
invoke-direct {p0}, Lcom/applovin/impl/d;-><init>()V
|
|
|
|
.line 760
|
|
iget-object p1, p1, Lcom/applovin/impl/rj$a;->a:Ljava/util/Set;
|
|
|
|
invoke-interface {p1}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/rj$a$a;->c:Ljava/util/Iterator;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Ljava/lang/Object;
|
|
.locals 2
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/applovin/impl/rj$a$a;->c:Ljava/util/Iterator;
|
|
|
|
.line 764
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/rj$a$a;->c:Ljava/util/Iterator;
|
|
|
|
.line 765
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/rj$a$a;->d:Lcom/applovin/impl/rj$a;
|
|
|
|
.line 766
|
|
iget-object v1, v1, Lcom/applovin/impl/rj$a;->b:Ljava/util/Set;
|
|
|
|
invoke-interface {v1, v0}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
return-object v0
|
|
|
|
.line 770
|
|
:cond_1
|
|
invoke-virtual {p0}, Lcom/applovin/impl/d;->b()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|