Files
rr3-apk/smali/com/applovin/impl/m1.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

108 lines
2.5 KiB
Smali

.class final Lcom/applovin/impl/m1;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/applovin/impl/m1$a;,
Lcom/applovin/impl/m1$b;
}
.end annotation
# instance fields
.field private final a:Landroid/content/Context;
.field private final b:Lcom/applovin/impl/m1$a;
.field private c:Z
# direct methods
.method public constructor <init>(Landroid/content/Context;Landroid/os/Handler;Lcom/applovin/impl/m1$b;)V
.locals 0
.line 36
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 37
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
move-result-object p1
iput-object p1, p0, Lcom/applovin/impl/m1;->a:Landroid/content/Context;
.line 38
new-instance p1, Lcom/applovin/impl/m1$a;
invoke-direct {p1, p0, p2, p3}, Lcom/applovin/impl/m1$a;-><init>(Lcom/applovin/impl/m1;Landroid/os/Handler;Lcom/applovin/impl/m1$b;)V
iput-object p1, p0, Lcom/applovin/impl/m1;->b:Lcom/applovin/impl/m1$a;
return-void
.end method
.method public static synthetic a(Lcom/applovin/impl/m1;)Z
.locals 0
.line 26
iget-boolean p0, p0, Lcom/applovin/impl/m1;->c:Z
return p0
.end method
# virtual methods
.method public a(Z)V
.locals 3
if-eqz p1, :cond_0
iget-boolean v0, p0, Lcom/applovin/impl/m1;->c:Z
if-nez v0, :cond_0
iget-object p1, p0, Lcom/applovin/impl/m1;->a:Landroid/content/Context;
iget-object v0, p0, Lcom/applovin/impl/m1;->b:Lcom/applovin/impl/m1$a;
.line 76
new-instance v1, Landroid/content/IntentFilter;
const-string v2, "android.media.AUDIO_BECOMING_NOISY"
invoke-direct {v1, v2}, Landroid/content/IntentFilter;-><init>(Ljava/lang/String;)V
invoke-virtual {p1, v0, v1}, Landroid/content/Context;->registerReceiver(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;)Landroid/content/Intent;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/applovin/impl/m1;->c:Z
goto :goto_0
:cond_0
if-nez p1, :cond_1
iget-boolean p1, p0, Lcom/applovin/impl/m1;->c:Z
if-eqz p1, :cond_1
iget-object p1, p0, Lcom/applovin/impl/m1;->a:Landroid/content/Context;
iget-object v0, p0, Lcom/applovin/impl/m1;->b:Lcom/applovin/impl/m1$a;
.line 80
invoke-virtual {p1, v0}, Landroid/content/Context;->unregisterReceiver(Landroid/content/BroadcastReceiver;)V
const/4 p1, 0x0
iput-boolean p1, p0, Lcom/applovin/impl/m1;->c:Z
:cond_1
:goto_0
return-void
.end method