- 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
106 lines
2.7 KiB
Smali
106 lines
2.7 KiB
Smali
.class public final Lcom/applovin/impl/w5;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/i5$a;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Landroid/content/Context;
|
|
|
|
.field private final b:Lcom/applovin/impl/xo;
|
|
|
|
.field private final c:Lcom/applovin/impl/i5$a;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Lcom/applovin/impl/xo;Lcom/applovin/impl/i5$a;)V
|
|
.locals 0
|
|
|
|
.line 88
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 89
|
|
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/w5;->a:Landroid/content/Context;
|
|
|
|
iput-object p2, p0, Lcom/applovin/impl/w5;->b:Lcom/applovin/impl/xo;
|
|
|
|
iput-object p3, p0, Lcom/applovin/impl/w5;->c:Lcom/applovin/impl/i5$a;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 139
|
|
invoke-direct {p0, p1, p2, v0}, Lcom/applovin/impl/w5;-><init>(Landroid/content/Context;Ljava/lang/String;Lcom/applovin/impl/xo;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Lcom/applovin/impl/xo;)V
|
|
.locals 1
|
|
|
|
.line 200
|
|
new-instance v0, Lcom/applovin/impl/d6$b;
|
|
|
|
invoke-direct {v0}, Lcom/applovin/impl/d6$b;-><init>()V
|
|
|
|
invoke-virtual {v0, p2}, Lcom/applovin/impl/d6$b;->a(Ljava/lang/String;)Lcom/applovin/impl/d6$b;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-direct {p0, p1, p3, p2}, Lcom/applovin/impl/w5;-><init>(Landroid/content/Context;Lcom/applovin/impl/xo;Lcom/applovin/impl/i5$a;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic a()Lcom/applovin/impl/i5;
|
|
.locals 1
|
|
|
|
.line 24
|
|
invoke-virtual {p0}, Lcom/applovin/impl/w5;->b()Lcom/applovin/impl/v5;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public b()Lcom/applovin/impl/v5;
|
|
.locals 3
|
|
|
|
.line 96
|
|
new-instance v0, Lcom/applovin/impl/v5;
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/w5;->a:Landroid/content/Context;
|
|
|
|
iget-object v2, p0, Lcom/applovin/impl/w5;->c:Lcom/applovin/impl/i5$a;
|
|
|
|
.line 97
|
|
invoke-interface {v2}, Lcom/applovin/impl/i5$a;->a()Lcom/applovin/impl/i5;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/applovin/impl/v5;-><init>(Landroid/content/Context;Lcom/applovin/impl/i5;)V
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/w5;->b:Lcom/applovin/impl/xo;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 99
|
|
invoke-virtual {v0, v1}, Lcom/applovin/impl/v5;->a(Lcom/applovin/impl/xo;)V
|
|
|
|
:cond_0
|
|
return-object v0
|
|
.end method
|