blob: 13c0eb82f046d9ec9ba6a931b32102ecd3fde2fd [file] [log] [blame]
<HTML>
<BODY>
<p>Package containing the backup and restore functionality available to
applications. All backup management is controlled through
{@link android.backup.BackupManager}. Individual backup functionality is
implemented through a subclass {@link android.app.BackupAgent} and a
simple and easy-to-use implementation is provided in
{@link android.backup.BackupHelperAgent}.</p>
<p>STOPSHIP: add more documenation and remove Dev Guide link if not written!</p>
<p>The backup APIs let applications:</p>
<ul>
<li>Perform backup of arbitrary data</li>
<li>Easily perform backup of Preferences and files</li>
<li>Handle restore of data</li>
</ul>
<p>For a detailed guide to using the backup APIs, see the <a
href="{@docRoot}guide/topics/backup.html">Backup Dev Guide topic</a>.</p>
</BODY>
</HTML>