- 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
73 lines
1.8 KiB
Smali
73 lines
1.8 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$7;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/tasks/OnSuccessListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;->ShowAchievements()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/android/gms/tasks/OnSuccessListener<",
|
|
"Landroid/content/Intent;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$7;->this$0:Lcom/firemonkeys/cloudcellapi/GooglePlayWorker;
|
|
|
|
.line 827
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onSuccess(Landroid/content/Intent;)V
|
|
.locals 2
|
|
|
|
.line 831
|
|
invoke-static {}, Lcom/firemonkeys/cloudcellapi/CC_Component;->GetActivity()Landroid/app/Activity;
|
|
|
|
move-result-object v0
|
|
|
|
const/16 v1, 0x232b
|
|
|
|
.line 832
|
|
invoke-virtual {v0, p1, v1}, Landroid/app/Activity;->startActivityForResult(Landroid/content/Intent;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public bridge synthetic onSuccess(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 827
|
|
check-cast p1, Landroid/content/Intent;
|
|
|
|
invoke-virtual {p0, p1}, Lcom/firemonkeys/cloudcellapi/GooglePlayWorker$7;->onSuccess(Landroid/content/Intent;)V
|
|
|
|
return-void
|
|
.end method
|