- 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
88 lines
3.1 KiB
Smali
88 lines
3.1 KiB
Smali
.class Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;
|
|
.super Landroid/content/BroadcastReceiver;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "SubscriberAdapter"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final mKey:Ljava/util/UUID;
|
|
|
|
.field private final mSubscriber:Ljava/lang/ref/Reference;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/ref/Reference<",
|
|
"Lcom/glu/plugins/gluanalytics/util/Subscriber;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field final synthetic this$0:Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;Ljava/util/UUID;Lcom/glu/plugins/gluanalytics/util/Subscriber;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->this$0:Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;
|
|
|
|
.line 105
|
|
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
|
|
|
|
iput-object p2, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->mKey:Ljava/util/UUID;
|
|
|
|
.line 107
|
|
new-instance p1, Ljava/lang/ref/WeakReference;
|
|
|
|
invoke-direct {p1, p3}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
|
|
|
|
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->mSubscriber:Ljava/lang/ref/Reference;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
|
|
.locals 1
|
|
|
|
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->mSubscriber:Ljava/lang/ref/Reference;
|
|
|
|
.line 112
|
|
invoke-virtual {p1}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/glu/plugins/gluanalytics/util/Subscriber;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->this$0:Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;
|
|
|
|
.line 114
|
|
invoke-interface {p1, v0, p2}, Lcom/glu/plugins/gluanalytics/util/Subscriber;->onReceive(Lcom/glu/plugins/gluanalytics/util/EventBus;Landroid/content/Intent;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->this$0:Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;
|
|
|
|
iget-object p2, p0, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus$SubscriberAdapter;->mKey:Ljava/util/UUID;
|
|
|
|
.line 116
|
|
invoke-virtual {p1, p2}, Lcom/glu/plugins/gluanalytics/util/LocalBroadcastManagerEventBus;->unsubscribe(Ljava/util/UUID;)V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|