- 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
91 lines
2.0 KiB
Smali
91 lines
2.0 KiB
Smali
.class final Lcom/applovin/impl/m1$a;
|
|
.super Landroid/content/BroadcastReceiver;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/m1;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x11
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/applovin/impl/m1$b;
|
|
|
|
.field private final b:Landroid/os/Handler;
|
|
|
|
.field final synthetic c:Lcom/applovin/impl/m1;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/m1;Landroid/os/Handler;Lcom/applovin/impl/m1$b;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/m1$a;->c:Lcom/applovin/impl/m1;
|
|
|
|
.line 63
|
|
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
|
|
|
|
iput-object p2, p0, Lcom/applovin/impl/m1$a;->b:Landroid/os/Handler;
|
|
|
|
iput-object p3, p0, Lcom/applovin/impl/m1$a;->a:Lcom/applovin/impl/m1$b;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
|
|
.locals 0
|
|
|
|
.line 70
|
|
invoke-virtual {p2}, Landroid/content/Intent;->getAction()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "android.media.AUDIO_BECOMING_NOISY"
|
|
|
|
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/applovin/impl/m1$a;->b:Landroid/os/Handler;
|
|
|
|
.line 71
|
|
invoke-virtual {p1, p0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public run()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/m1$a;->c:Lcom/applovin/impl/m1;
|
|
|
|
.line 77
|
|
invoke-static {v0}, Lcom/applovin/impl/m1;->a(Lcom/applovin/impl/m1;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/m1$a;->a:Lcom/applovin/impl/m1$b;
|
|
|
|
.line 78
|
|
invoke-interface {v0}, Lcom/applovin/impl/m1$b;->c()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|