Package containing the backup and restore functionality available to applications. All backup management is controlled through {@link android.app.backup.BackupManager}. Individual backup functionality is implemented through a subclass {@link android.app.backup.BackupAgent} and a simple and easy-to-use implementation is provided in {@link android.app.backup.BackupAgentHelper}.

STOPSHIP: add more documentation and remove Dev Guide link if not written!

The backup APIs let applications:

For a detailed guide to using the backup APIs, see the Backup Dev Guide topic.