- 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
61 lines
1.6 KiB
Smali
61 lines
1.6 KiB
Smali
.class Lcom/applovin/impl/n4$c;
|
|
.super Landroid/text/style/ClickableSpan;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/applovin/impl/n4;->c(Lcom/applovin/impl/j4;Landroid/app/Activity;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Landroid/net/Uri;
|
|
|
|
.field final synthetic b:Landroid/app/Activity;
|
|
|
|
.field final synthetic c:Lcom/applovin/impl/n4;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/n4;Landroid/net/Uri;Landroid/app/Activity;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/n4$c;->c:Lcom/applovin/impl/n4;
|
|
|
|
iput-object p2, p0, Lcom/applovin/impl/n4$c;->a:Landroid/net/Uri;
|
|
|
|
iput-object p3, p0, Lcom/applovin/impl/n4$c;->b:Landroid/app/Activity;
|
|
|
|
.line 272
|
|
invoke-direct {p0}, Landroid/text/style/ClickableSpan;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onClick(Landroid/view/View;)V
|
|
.locals 2
|
|
|
|
iget-object p1, p0, Lcom/applovin/impl/n4$c;->a:Landroid/net/Uri;
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/n4$c;->b:Landroid/app/Activity;
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/n4$c;->c:Lcom/applovin/impl/n4;
|
|
|
|
.line 276
|
|
invoke-static {v1}, Lcom/applovin/impl/n4;->d(Lcom/applovin/impl/n4;)Lcom/applovin/impl/sdk/j;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {p1, v0, v1}, Lcom/applovin/impl/yp;->a(Landroid/net/Uri;Landroid/app/Activity;Lcom/applovin/impl/sdk/j;)V
|
|
|
|
return-void
|
|
.end method
|