am e7eb3a35: am 8c6af52f: Merge "Fix preloaded classes for API rename of BackupAgentHelper" into froyo

Merge commit 'e7eb3a35fe35b858597410d4b41c9d027c4b83c3' into kraken

* commit 'e7eb3a35fe35b858597410d4b41c9d027c4b83c3':
  Fix preloaded classes for API rename of BackupAgentHelper
This commit is contained in:
Amith Yamasani
2010-03-29 18:33:55 -07:00
committed by Android Git Automerger

View File

@@ -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>