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

Commit f49501ee authored by Christopher Tate's avatar Christopher Tate
Browse files

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

Change-Id: Ia347590a374f7e0b8928b0673dc10d55fe785e73
parent 9919024d
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>