First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
.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