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

Commit 03aa34f5 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix preloaded classes for API rename of BackupAgentHelper

Change-Id: Ica6301b2aac6879702b98edfcf67fc7bc62002db
parent 691b806f
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>

+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ android.appwidget.AppWidgetProviderInfo
android.app.backup.BackupDataInput
android.app.backup.BackupDataInput$EntityHeader
android.app.backup.BackupDataOutput
android.app.backup.BackupHelperAgent
android.app.backup.BackupAgentHelper
android.app.backup.BackupHelperDispatcher
android.app.backup.BackupHelperDispatcher$Header
android.app.backup.FileBackupHelperBase