Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4270e7e authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 73e150c8: provide link to backup guide above the fold

Merge commit '73e150c8' into gingerbread

* commit '73e150c8':
  provide link to backup guide above the fold
parents 8e1b84e7 73e150c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>