summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-09-20 14:11:18 -0700
committerScott Main <smain@google.com>2010-09-20 14:11:18 -0700
commit73e150c886afc6cd92e8b065a58d61e0b2a098ed (patch)
treec513f61c82f0f3ccb0e71380eb0ca3fbb011fe29
parentca8f3d04284a26477257a0c2b34d83c86d15efe9 (diff)
downloadbase-73e150c886afc6cd92e8b065a58d61e0b2a098ed.tar.gz
provide link to backup guide above the foldandroid-cts-2.2_r4
Change-Id: I84ad3fbd4c3c7793fbf330d6a2be5cab611a9b26
-rw-r--r--core/java/android/app/backup/package.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/app/backup/package.html b/core/java/android/app/backup/package.html
index ae29994ab5a9..e14034973ddd 100644
--- a/core/java/android/app/backup/package.html
+++ b/core/java/android/app/backup/package.html
@@ -3,6 +3,9 @@
<p>Contains the backup and restore functionality available to
applications. If a user wipes the data on their device or upgrades to a new Android-powered
device, all applications that have enabled backup will restore the user's previous data.</p>
+
+<p>For a detailed guide to using the backup APIs, see the <a
+href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> developer guide.</p>
{@more}
<p>All backup and restore operations are controlled by the {@link
@@ -22,8 +25,5 @@ employing backup helpers such as {@link android.app.backup.SharedPreferencesBack
<li>Restore the data saved to remote storage</li>
</ul>
-<p>For a detailed guide to using the backup APIs, see the <a
-href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> developer guide.</p>
-
</BODY>
</HTML>