- 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
38 lines
1.1 KiB
Smali
38 lines
1.1 KiB
Smali
.class Lcom/ea/nimble/tracking/NimbleTrackingSynergyComponent;
|
|
.super Lcom/ea/nimble/tracking/NimbleTrackingThreadProxy;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field static final COMPONENT_ID:Ljava/lang/String; = "com.ea.nimble.trackingimpl.synergy"
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 16
|
|
new-instance v0, Lcom/ea/nimble/tracking/NimbleTrackingSynergyImpl;
|
|
|
|
invoke-direct {v0}, Lcom/ea/nimble/tracking/NimbleTrackingSynergyImpl;-><init>()V
|
|
|
|
invoke-direct {p0, v0}, Lcom/ea/nimble/tracking/NimbleTrackingThreadProxy;-><init>(Lcom/ea/nimble/tracking/NimbleTrackingImplBase;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static initialize()V
|
|
.locals 2
|
|
|
|
.line 11
|
|
new-instance v0, Lcom/ea/nimble/tracking/NimbleTrackingSynergyComponent;
|
|
|
|
invoke-direct {v0}, Lcom/ea/nimble/tracking/NimbleTrackingSynergyComponent;-><init>()V
|
|
|
|
const-string v1, "com.ea.nimble.trackingimpl.synergy"
|
|
|
|
invoke-static {v0, v1}, Lcom/ea/nimble/Base;->registerComponent(Lcom/ea/nimble/Component;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|