- 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
93 lines
2.4 KiB
Smali
93 lines
2.4 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$6;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->Share(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[BLjava/lang/String;Ljava/lang/String;Ljava/lang/String;J)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;
|
|
|
|
.field final synthetic val$pCallback:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;J)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$6;->this$0:Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;
|
|
|
|
iput-wide p2, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$6;->val$pCallback:J
|
|
|
|
.line 779
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 3
|
|
|
|
.line 783
|
|
invoke-static {}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$sfgetlock()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
iget-wide v1, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$6;->val$pCallback:J
|
|
|
|
.line 785
|
|
invoke-static {v1, v2}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$sfputm_nShareCallback(J)V
|
|
|
|
.line 786
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
const-string v0, "GooglePlayWorker"
|
|
|
|
const-string v1, "Share not supported by Google Play"
|
|
|
|
.line 788
|
|
invoke-static {v0, v1}, Lcom/firemonkeys/cloudcellapi/Logging;->CC_TRACE(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 790
|
|
invoke-static {v0, v0}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$smShareCallback(ZZ)V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
.line 786
|
|
:try_start_1
|
|
monitor-exit v0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|