Dont need to backup the encryption key as this is tied with the device/install so restoring it wont do anything
This commit is contained in:
parent
d219066153
commit
f082b53672
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class BackupAgent extends BackupAgentHelper {
|
|||
SharedPreferencesBackupHelper sharedPreferencesBackupHelper = new SharedPreferencesBackupHelper(this, prefs);
|
||||
addHelper(PREFS_BACKUP_KEY, sharedPreferencesBackupHelper);
|
||||
|
||||
FileBackupHelper fileBackupHelper = new FileBackupHelper(this, Constants.FILENAME_ENCRYPTED_KEY, Constants.FILENAME_DATABASE, Constants.FILENAME_DATABASE_BACKUP);
|
||||
FileBackupHelper fileBackupHelper = new FileBackupHelper(this, Constants.FILENAME_DATABASE, Constants.FILENAME_DATABASE_BACKUP);
|
||||
addHelper(FILES_BACKUP_KEY, fileBackupHelper);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue