Android.App.Backup.FileBackupHelper Class
A helper class that can be used in conjunction with Android.App.Backup.BackupAgentHelper to manage the backup of a set of files.

See Also: FileBackupHelper Members

Syntax

[Android.Runtime.Register("android/app/backup/FileBackupHelper", DoNotGenerateAcw=true)]
public class FileBackupHelper : FileBackupHelperBase, IBackupHelper, IDisposable

Remarks

A helper class that can be used in conjunction with Android.App.Backup.BackupAgentHelper to manage the backup of a set of files. Whenever backup is performed, all files changed since the last backup will be saved in their entirety. When backup first occurs, every file in the list provided to FileBackupHelper.FileBackupHelper(android.content.Context, java.lang.String...) will be backed up.

During restore, if the helper encounters data for a file that was not specified when the FileBackupHelper object was constructed, that data will be ignored.

Note: This should be used only with small configuration files, not large binary files.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8