- 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
91 lines
2.4 KiB
Smali
91 lines
2.4 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/FacebookWorker$6;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/firemonkeys/cloudcellapi/FacebookWorker;->LoadFriendVector(JJ)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
|
|
|
|
.field final synthetic val$pCallback:J
|
|
|
|
.field final synthetic val$pUserPointer:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/FacebookWorker;JJ)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$6;->this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
|
|
|
|
iput-wide p2, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$6;->val$pCallback:J
|
|
|
|
iput-wide p4, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$6;->val$pUserPointer:J
|
|
|
|
.line 461
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 7
|
|
|
|
.line 465
|
|
invoke-static {}, Lcom/facebook/AccessToken;->getCurrentAccessToken()Lcom/facebook/AccessToken;
|
|
|
|
move-result-object v1
|
|
|
|
.line 467
|
|
new-instance v3, Landroid/os/Bundle;
|
|
|
|
invoke-direct {v3}, Landroid/os/Bundle;-><init>()V
|
|
|
|
const-string v0, "limit"
|
|
|
|
const/16 v2, 0x64
|
|
|
|
.line 468
|
|
invoke-virtual {v3, v0, v2}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
.line 470
|
|
new-instance v6, Lcom/facebook/GraphRequest;
|
|
|
|
const-string v2, "/me/friends"
|
|
|
|
sget-object v4, Lcom/facebook/HttpMethod;->GET:Lcom/facebook/HttpMethod;
|
|
|
|
new-instance v5, Lcom/firemonkeys/cloudcellapi/FacebookWorker$6$1;
|
|
|
|
invoke-direct {v5, p0}, Lcom/firemonkeys/cloudcellapi/FacebookWorker$6$1;-><init>(Lcom/firemonkeys/cloudcellapi/FacebookWorker$6;)V
|
|
|
|
move-object v0, v6
|
|
|
|
invoke-direct/range {v0 .. v5}, Lcom/facebook/GraphRequest;-><init>(Lcom/facebook/AccessToken;Ljava/lang/String;Landroid/os/Bundle;Lcom/facebook/HttpMethod;Lcom/facebook/GraphRequest$Callback;)V
|
|
|
|
.line 539
|
|
invoke-virtual {v6}, Lcom/facebook/GraphRequest;->executeAsync()Lcom/facebook/GraphRequestAsyncTask;
|
|
|
|
return-void
|
|
.end method
|