- 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
143 lines
3.7 KiB
Smali
143 lines
3.7 KiB
Smali
.class Lcsdk/glucustomersupport/NativeBridge$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/glucustomersupport/NativeBridge;->createCustomerSupport(Ljava/lang/String;Ljava/util/Map;)Lcsdk/glucustomersupport/IGluCustomerSupport;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/concurrent/Callable<",
|
|
"Landroid/app/Activity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/glucustomersupport/NativeBridge;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
.line 30
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Landroid/app/Activity;
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
.line 33
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
.line 34
|
|
invoke-static {v1}, Lcsdk/glucustomersupport/NativeBridge;->access$000(Lcsdk/glucustomersupport/NativeBridge;)J
|
|
|
|
move-result-wide v1
|
|
|
|
const-wide/16 v3, 0x0
|
|
|
|
cmp-long v1, v1, v3
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
iget-object v1, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
.line 35
|
|
new-instance v2, Ljava/lang/ref/WeakReference;
|
|
|
|
iget-object v3, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
invoke-static {v3}, Lcsdk/glucustomersupport/NativeBridge;->access$000(Lcsdk/glucustomersupport/NativeBridge;)J
|
|
|
|
move-result-wide v3
|
|
|
|
invoke-static {v3, v4}, Lcsdk/glucustomersupport/NativeBridge;->access$200(J)Landroid/app/Activity;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-direct {v2, v3}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
|
|
|
|
invoke-static {v1, v2}, Lcsdk/glucustomersupport/NativeBridge;->access$102(Lcsdk/glucustomersupport/NativeBridge;Ljava/lang/ref/WeakReference;)Ljava/lang/ref/WeakReference;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
iget-object v1, p0, Lcsdk/glucustomersupport/NativeBridge$1;->this$0:Lcsdk/glucustomersupport/NativeBridge;
|
|
|
|
.line 37
|
|
invoke-static {v1}, Lcsdk/glucustomersupport/NativeBridge;->access$100(Lcsdk/glucustomersupport/NativeBridge;)Ljava/lang/ref/WeakReference;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Landroid/app/Activity;
|
|
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
.line 38
|
|
:goto_1
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public bridge synthetic call()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 30
|
|
invoke-virtual {p0}, Lcsdk/glucustomersupport/NativeBridge$1;->call()Landroid/app/Activity;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|