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.

    -