- 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
90 lines
2.1 KiB
Smali
90 lines
2.1 KiB
Smali
.class Lcom/applovin/impl/r$a;
|
|
.super Lcom/applovin/impl/p;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/applovin/impl/r;->a(Landroid/content/Context;Ljava/lang/Class;Lcom/applovin/impl/q;Lcom/applovin/impl/r$b;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Ljava/lang/Class;
|
|
|
|
.field final synthetic b:Lcom/applovin/impl/r$b;
|
|
|
|
.field final synthetic c:Lcom/applovin/impl/q;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/Class;Lcom/applovin/impl/r$b;Lcom/applovin/impl/q;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/r$a;->a:Ljava/lang/Class;
|
|
|
|
iput-object p2, p0, Lcom/applovin/impl/r$a;->b:Lcom/applovin/impl/r$b;
|
|
|
|
iput-object p3, p0, Lcom/applovin/impl/r$a;->c:Lcom/applovin/impl/q;
|
|
|
|
.line 43
|
|
invoke-direct {p0}, Lcom/applovin/impl/p;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onActivityCreated(Landroid/app/Activity;Landroid/os/Bundle;)V
|
|
.locals 0
|
|
|
|
iget-object p2, p0, Lcom/applovin/impl/r$a;->a:Ljava/lang/Class;
|
|
|
|
.line 47
|
|
invoke-virtual {p2, p1}, Ljava/lang/Class;->isInstance(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
iget-object p2, p0, Lcom/applovin/impl/r$a;->b:Lcom/applovin/impl/r$b;
|
|
|
|
.line 49
|
|
invoke-interface {p2, p1}, Lcom/applovin/impl/r$b;->a(Landroid/app/Activity;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onActivityDestroyed(Landroid/app/Activity;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/r$a;->a:Ljava/lang/Class;
|
|
|
|
.line 57
|
|
invoke-virtual {v0, p1}, Ljava/lang/Class;->isInstance(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
invoke-virtual {p1}, Landroid/app/Activity;->isChangingConfigurations()Z
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/applovin/impl/r$a;->c:Lcom/applovin/impl/q;
|
|
|
|
.line 59
|
|
invoke-virtual {p1, p0}, Lcom/applovin/impl/q;->b(Lcom/applovin/impl/p;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|