Added in API level 14

FullBackupDataOutput


public class FullBackupDataOutput
extends Object

java.lang.Object
   ↳ android.app.backup.FullBackupDataOutput


Provides the interface through which a BackupAgent writes entire files to a full backup data set, via its BackupAgent.onFullBackup(FullBackupDataOutput) method.

Summary

Public methods

long getQuota()

Returns the quota in bytes for the application's current backup operation.

int getTransportFlags()

Returns flags with additional information about the backup transport.

Inherited methods