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

Commit 52ec30c1 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix doc references to "android.backup" to the new "android.app.backup""

parents c48aff65 f49501ee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@
<BODY>
<p>Package containing the backup and restore functionality available to
applications. All backup management is controlled through
{@link android.backup.BackupManager}.  Individual backup functionality is
implemented through a subclass {@link android.app.BackupAgent} and a
{@link android.app.backup.BackupManager}.  Individual backup functionality is
implemented through a subclass {@link android.app.backup.BackupAgent} and a
simple and easy-to-use implementation is provided in
{@link android.backup.BackupHelperAgent}.</p>
{@link android.app.backup.BackupHelperAgent}.</p>

<p>STOPSHIP: add more documenation and remove Dev Guide link if not written!</p>
<p>STOPSHIP: add more documentation and remove Dev Guide link if not written!</p>

<p>The backup APIs let applications:</p>
<ul>