summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-09-20 19:33:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-20 19:33:15 -0700
commitcd155a067246c2c9cc052ecae46fde776a470ca7 (patch)
treec34ecc461aaa996400c442da42c98f7b351b67f7 /core/java/android
parent48a781a0a5f83da7c81cf0e7230151a751740a09 (diff)
parentaac4630cc5b3076e3cd6f65c52c8ff5f8f921957 (diff)
am aac4630c: am a4270e7e: am 73e150c8: provide link to backup guide above the fold
Merge commit 'aac4630cc5b3076e3cd6f65c52c8ff5f8f921957' * commit 'aac4630cc5b3076e3cd6f65c52c8ff5f8f921957': provide link to backup guide above the fold
Diffstat (limited to 'core/java/android')
-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>