Restore any version

This commit is contained in:
M66B
2024-06-02 15:17:06 +02:00
parent 11a5c4fe27
commit 70aad43e3e
7 changed files with 7 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ public class FairEmailBackupAgent extends BackupAgent {
@Override
public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) throws
IOException {
EntityLog.log(this, "Restore start");
EntityLog.log(this, "Restore start version=" + appVersionCode);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);