Refactor android.backup => android.app.backup

Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
This commit is contained in:
Christopher Tate
2010-03-05 15:46:30 -08:00
parent 931bf89d32
commit 4528186e0d
44 changed files with 802 additions and 798 deletions

View File

@@ -1489,7 +1489,7 @@ public abstract class Context {
/**
* Use with {@link #getSystemService} to retrieve an
* {@link android.backup.IBackupManager IBackupManager} for communicating
* {@link android.app.backup.IBackupManager IBackupManager} for communicating
* with the backup mechanism.
* @hide
*