- 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
105 lines
2.6 KiB
Smali
105 lines
2.6 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->Login(JZ)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$bSilent:Z
|
|
|
|
.field final synthetic val$pCallback:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;JZ)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$2;->this$0:Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;
|
|
|
|
iput-wide p2, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$2;->val$pCallback:J
|
|
|
|
iput-boolean p4, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$2;->val$bSilent:Z
|
|
|
|
.line 365
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 3
|
|
|
|
.line 369
|
|
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$2;->val$pCallback:J
|
|
|
|
.line 371
|
|
invoke-static {v1, v2}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$sfputm_nLoginCallback(J)V
|
|
|
|
.line 372
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
iget-boolean v0, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$2;->val$bSilent:Z
|
|
|
|
.line 374
|
|
invoke-static {v0}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$sfputm_bLoginSilent(Z)V
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 376
|
|
invoke-static {v0}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$sfputm_bSignInFlow(Z)V
|
|
|
|
const-string v0, "GooglePlayWorker"
|
|
|
|
const-string v1, "Calling SignInSilently"
|
|
|
|
.line 377
|
|
invoke-static {v0, v1}, Lcom/firemonkeys/cloudcellapi/Logging;->CC_TRACE(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 378
|
|
invoke-static {}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->-$$Nest$smSignInSilently()V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
.line 372
|
|
:try_start_1
|
|
monitor-exit v0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|