- 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
68 lines
1.5 KiB
Smali
68 lines
1.5 KiB
Smali
.class public Lcom/firemonkeys/cloudcellapi/AndroidAssetManagerService;
|
|
.super Landroid/app/Service;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final CLASSNAME:Ljava/lang/String; = "AndroidAssetManagerService"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 10
|
|
invoke-direct {p0}, Landroid/app/Service;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public native ProcessDownloadsJNI()V
|
|
.end method
|
|
|
|
.method public onBind(Landroid/content/Intent;)Landroid/os/IBinder;
|
|
.locals 0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public onCreate()V
|
|
.locals 0
|
|
|
|
.line 17
|
|
invoke-super {p0}, Landroid/app/Service;->onCreate()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onStartCommand(Landroid/content/Intent;II)I
|
|
.locals 0
|
|
|
|
const-string p1, "AndroidAssetManagerService"
|
|
|
|
const-string p2, "onStartCommand()"
|
|
|
|
.line 29
|
|
invoke-static {p1, p2}, Lcom/firemonkeys/cloudcellapi/Logging;->CC_INFO(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 31
|
|
new-instance p1, Ljava/lang/Thread;
|
|
|
|
new-instance p2, Lcom/firemonkeys/cloudcellapi/AndroidAssetManagerService$1;
|
|
|
|
invoke-direct {p2, p0}, Lcom/firemonkeys/cloudcellapi/AndroidAssetManagerService$1;-><init>(Lcom/firemonkeys/cloudcellapi/AndroidAssetManagerService;)V
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;)V
|
|
|
|
.line 38
|
|
invoke-virtual {p1}, Ljava/lang/Thread;->start()V
|
|
|
|
const/4 p1, 0x2
|
|
|
|
return p1
|
|
.end method
|