Questions tagged [backup-agent]

Android class that allows applications to copy the persistent application data to a remote cloud storage. This allows to restore the application data and settings in case the user switches Android devices, re-installs the application or performs a factory reset.

16 questions
0
votes
1 answer

BackupAgentHelper crashing with large numbers of files

I have an app that has large quantities of files generated by the user that I need to backup. All content is stored in the db, preferences or 1 of 4 folders. I wrote a simple helper function to generate all the FileBackupHelpers for the files in…
1
2