- 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.9 KiB
Smali
73 lines
1.9 KiB
Smali
.class public interface abstract Lcom/ea/nimble/ISynergyEnvironment;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final NETWORK_CONNECTION_NONE:I = 0x1
|
|
|
|
.field public static final NETWORK_CONNECTION_UNKNOWN:I = 0x0
|
|
|
|
.field public static final NETWORK_CONNECTION_WIFI:I = 0x2
|
|
|
|
.field public static final NETWORK_CONNECTION_WIRELESS:I = 0x3
|
|
|
|
.field public static final SYNERGY_APP_VERSION_OK:I = 0x0
|
|
|
|
.field public static final SYNERGY_APP_VERSION_UPDATE_RECOMMENDED:I = 0x1
|
|
|
|
.field public static final SYNERGY_APP_VERSION_UPDATE_REQUIRED:I = 0x0
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract checkAndInitiateSynergyEnvironmentUpdate()Lcom/ea/nimble/Error;
|
|
.end method
|
|
|
|
.method public abstract getEADeviceId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getEAHardwareId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getGosMdmAppKey()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLatestAppVersionCheckResult()I
|
|
.end method
|
|
|
|
.method public abstract getNexusClientId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNexusClientSecret()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getProductId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getSellId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getServerUrlWithKey(Ljava/lang/String;)Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getSynergyDirectorServerUrl(Lcom/ea/nimble/NimbleConfiguration;)Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getSynergyId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getTrackingPostInterval()I
|
|
.end method
|
|
|
|
.method public abstract isDataAvailable()Z
|
|
.end method
|
|
|
|
.method public abstract isFeatureDisabled(Ljava/lang/String;)Z
|
|
.end method
|
|
|
|
.method public abstract isUpdateInProgress()Z
|
|
.end method
|
|
|
|
.method public abstract setServerUrl(Ljava/lang/String;Ljava/lang/String;)Lcom/ea/nimble/Error;
|
|
.end method
|