- 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
76 lines
1.7 KiB
Smali
76 lines
1.7 KiB
Smali
.class Lcom/applovin/impl/o1$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/media/AudioManager$OnAudioFocusChangeListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/o1;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Landroid/os/Handler;
|
|
|
|
.field final synthetic b:Lcom/applovin/impl/o1;
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$EV78p9o1UFgejeo9Din_98ReYvA(Lcom/applovin/impl/o1$a;I)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-direct {p0, p1}, Lcom/applovin/impl/o1$a;->a(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/applovin/impl/o1;Landroid/os/Handler;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/o1$a;->b:Lcom/applovin/impl/o1;
|
|
|
|
.line 391
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p2, p0, Lcom/applovin/impl/o1$a;->a:Landroid/os/Handler;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private synthetic a(I)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/o1$a;->b:Lcom/applovin/impl/o1;
|
|
|
|
.line 397
|
|
invoke-static {v0, p1}, Lcom/applovin/impl/o1;->a(Lcom/applovin/impl/o1;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onAudioFocusChange(I)V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/o1$a;->a:Landroid/os/Handler;
|
|
|
|
.line 397
|
|
new-instance v1, Lcom/applovin/impl/o1$a$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v1, p0, p1}, Lcom/applovin/impl/o1$a$$ExternalSyntheticLambda0;-><init>(Lcom/applovin/impl/o1$a;I)V
|
|
|
|
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
|
|
|
return-void
|
|
.end method
|