diff options
author | Scott Main <smain@google.com> | 2010-09-20 14:11:18 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-09-20 14:11:18 -0700 |
commit | 73e150c886afc6cd92e8b065a58d61e0b2a098ed (patch) | |
tree | c513f61c82f0f3ccb0e71380eb0ca3fbb011fe29 /core/java/android/app/backup | |
parent | ca8f3d04284a26477257a0c2b34d83c86d15efe9 (diff) | |
download | frameworks_base-73e150c886afc6cd92e8b065a58d61e0b2a098ed.zip frameworks_base-73e150c886afc6cd92e8b065a58d61e0b2a098ed.tar.gz frameworks_base-73e150c886afc6cd92e8b065a58d61e0b2a098ed.tar.bz2 |
provide link to backup guide above the fold
Change-Id: I84ad3fbd4c3c7793fbf330d6a2be5cab611a9b26
Diffstat (limited to 'core/java/android/app/backup')
-rw-r--r-- | core/java/android/app/backup/package.html | 6 |
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 ae29994..e140349 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> |