Files
rr3-apk/smali_classes2/com/ea/nimble/PersistenceService$PersistenceBackupAgent.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

92 lines
2.2 KiB
Smali

.class public Lcom/ea/nimble/PersistenceService$PersistenceBackupAgent;
.super Landroid/app/backup/BackupAgent;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ea/nimble/PersistenceService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "PersistenceBackupAgent"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 35
invoke-direct {p0}, Landroid/app/backup/BackupAgent;-><init>()V
return-void
.end method
# virtual methods
.method public onBackup(Landroid/os/ParcelFileDescriptor;Landroid/app/backup/BackupDataOutput;Landroid/os/ParcelFileDescriptor;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 41
sget-object v0, Lcom/ea/nimble/Persistence;->s_dataLock:Ljava/lang/Object;
monitor-enter v0
.line 43
:try_start_0
invoke-static {p1, p2, p3, p0}, Lcom/ea/nimble/PersistenceService;->writeBackup(Landroid/os/ParcelFileDescriptor;Landroid/app/backup/BackupDataOutput;Landroid/os/ParcelFileDescriptor;Landroid/content/Context;)V
.line 44
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public onRestore(Landroid/app/backup/BackupDataInput;ILandroid/os/ParcelFileDescriptor;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 51
sget-object v0, Lcom/ea/nimble/Persistence;->s_dataLock:Ljava/lang/Object;
monitor-enter v0
.line 53
:try_start_0
invoke-static {p1, p2, p3, p0}, Lcom/ea/nimble/PersistenceService;->readBackup(Landroid/app/backup/BackupDataInput;ILandroid/os/ParcelFileDescriptor;Landroid/content/Context;)V
.line 54
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method