summaryrefslogtreecommitdiffstats
path: root/core/java/android/backup/package.html
blob: 13c0eb82f046d9ec9ba6a931b32102ecd3fde2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>