package.html revision 03aa34f50d7e8deefeb5e29f96425469c07c281d
1<HTML>
2<BODY>
3<p>Package containing the backup and restore functionality available to
4applications. All backup management is controlled through
5{@link android.app.backup.BackupManager}.  Individual backup functionality is
6implemented through a subclass {@link android.app.backup.BackupAgent} and a
7simple and easy-to-use implementation is provided in
8{@link android.app.backup.BackupAgentHelper}.</p>
9
10<p>STOPSHIP: add more documentation and remove Dev Guide link if not written!</p>
11
12<p>The backup APIs let applications:</p>
13<ul>
14  <li>Perform backup of arbitrary data</li>
15  <li>Easily perform backup of Preferences and files</li>
16  <li>Handle restore of data</li>
17</ul>
18
19<p>For a detailed guide to using the backup APIs, see the <a
20href="{@docRoot}guide/topics/backup.html">Backup Dev Guide topic</a>.</p>
21</BODY>
22</HTML>
23