- 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
89 lines
1.9 KiB
Smali
89 lines
1.9 KiB
Smali
.class Lcom/applovin/impl/xf$a;
|
|
.super Lcom/applovin/impl/e;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/xf;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field transient g:Lcom/applovin/exoplayer2/common/base/Supplier;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/util/Map;Lcom/applovin/exoplayer2/common/base/Supplier;)V
|
|
.locals 0
|
|
|
|
.line 229
|
|
invoke-direct {p0, p1}, Lcom/applovin/impl/e;-><init>(Ljava/util/Map;)V
|
|
|
|
.line 230
|
|
invoke-static {p2}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/applovin/exoplayer2/common/base/Supplier;
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/xf$a;->g:Lcom/applovin/exoplayer2/common/base/Supplier;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public b()Ljava/util/Map;
|
|
.locals 1
|
|
|
|
.line 240
|
|
invoke-virtual {p0}, Lcom/applovin/impl/f;->h()Ljava/util/Map;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public c()Ljava/util/Set;
|
|
.locals 1
|
|
|
|
.line 235
|
|
invoke-virtual {p0}, Lcom/applovin/impl/f;->i()Ljava/util/Set;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic g()Ljava/util/Collection;
|
|
.locals 1
|
|
|
|
.line 225
|
|
invoke-virtual {p0}, Lcom/applovin/impl/xf$a;->j()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public j()Ljava/util/List;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/xf$a;->g:Lcom/applovin/exoplayer2/common/base/Supplier;
|
|
|
|
.line 245
|
|
invoke-interface {v0}, Lcom/applovin/exoplayer2/common/base/Supplier;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Ljava/util/List;
|
|
|
|
return-object v0
|
|
.end method
|