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

Commit 8c6af52f authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix preloaded classes for API rename of BackupAgentHelper" into froyo

parents 59fc58dc 03aa34f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ applications. All backup management is controlled through
{@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.app.backup.BackupHelperAgent}.</p>
{@link android.app.backup.BackupAgentHelper}.</p>

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