From 73e150c886afc6cd92e8b065a58d61e0b2a098ed Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 20 Sep 2010 14:11:18 -0700 Subject: [PATCH] provide link to backup guide above the fold Change-Id: I84ad3fbd4c3c7793fbf330d6a2be5cab611a9b26 --- core/java/android/app/backup/package.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/backup/package.html b/core/java/android/app/backup/package.html index ae29994ab5a9b..e14034973ddda 100644 --- a/core/java/android/app/backup/package.html +++ b/core/java/android/app/backup/package.html @@ -3,6 +3,9 @@

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.

+ +

For a detailed guide to using the backup APIs, see the Data Backup developer guide.

{@more}

All backup and restore operations are controlled by the {@link @@ -22,8 +25,5 @@ employing backup helpers such as {@link android.app.backup.SharedPreferencesBack

  • Restore the data saved to remote storage
  • -

    For a detailed guide to using the backup APIs, see the Data Backup developer guide.

    -