- 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
161 lines
4.2 KiB
Smali
161 lines
4.2 KiB
Smali
.class public Lcom/applovin/impl/communicator/MessagingServiceImpl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/communicator/AppLovinCommunicatorMessagingService;
|
|
|
|
|
|
# instance fields
|
|
.field private a:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
|
|
.field private final b:Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$091f7fB0N0JCT7LEULoZZPDCXzc(Lcom/applovin/communicator/AppLovinCommunicatorMessage;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lcom/applovin/impl/communicator/MessagingServiceImpl;->a(Lcom/applovin/communicator/AppLovinCommunicatorMessage;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic $r8$lambda$Vx73FIqXtcnZHpShn-CW_A6VYCo(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lcom/applovin/impl/communicator/MessagingServiceImpl;->a(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 6
|
|
new-instance v0, Ljava/lang/Object;
|
|
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/communicator/MessagingServiceImpl;->b:Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static synthetic a(Ljava/lang/Runnable;)Ljava/lang/Thread;
|
|
.locals 2
|
|
|
|
.line 14
|
|
new-instance v0, Ljava/lang/Thread;
|
|
|
|
const-string v1, "AppLovinSdk:communicator"
|
|
|
|
invoke-direct {v0, p0, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;Ljava/lang/String;)V
|
|
|
|
const/4 p0, 0x1
|
|
|
|
.line 15
|
|
invoke-virtual {v0, p0}, Ljava/lang/Thread;->setPriority(I)V
|
|
|
|
.line 16
|
|
invoke-virtual {v0, p0}, Ljava/lang/Thread;->setDaemon(Z)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private a()Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/communicator/MessagingServiceImpl;->b:Ljava/lang/Object;
|
|
|
|
.line 2
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/applovin/impl/communicator/MessagingServiceImpl;->a:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 4
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 6
|
|
:cond_0
|
|
new-instance v1, Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
|
|
new-instance v2, Lcom/applovin/impl/communicator/MessagingServiceImpl$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v2}, Lcom/applovin/impl/communicator/MessagingServiceImpl$$ExternalSyntheticLambda0;-><init>()V
|
|
|
|
const/4 v3, 0x1
|
|
|
|
invoke-direct {v1, v3, v2}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;-><init>(ILjava/util/concurrent/ThreadFactory;)V
|
|
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
.line 13
|
|
:goto_0
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method private static synthetic a(Lcom/applovin/communicator/AppLovinCommunicatorMessage;)V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 1
|
|
invoke-static {p0, v0}, Lcom/applovin/impl/sdk/AppLovinBroadcastManager;->sendBroadcastSync(Landroid/content/Intent;Ljava/util/Map;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public publish(Lcom/applovin/communicator/AppLovinCommunicatorMessage;)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/applovin/impl/communicator/MessagingServiceImpl;->a()Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/communicator/MessagingServiceImpl;->a:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
|
|
|
|
.line 2
|
|
new-instance v1, Lcom/applovin/impl/communicator/MessagingServiceImpl$$ExternalSyntheticLambda1;
|
|
|
|
invoke-direct {v1, p1}, Lcom/applovin/impl/communicator/MessagingServiceImpl$$ExternalSyntheticLambda1;-><init>(Lcom/applovin/communicator/AppLovinCommunicatorMessage;)V
|
|
|
|
invoke-virtual {v0, v1}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->execute(Ljava/lang/Runnable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "MessagingServiceImpl{}"
|
|
|
|
return-object v0
|
|
.end method
|