Track install/removal/update of packages that provide backup services

This commit is contained in:
Christopher Tate
2009-05-06 16:13:56 -07:00
parent f759824548
commit 3799bc241b
2 changed files with 120 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ import android.util.Log;
* In order to use the backup service, your application must implement a
* subclass of BackupService, and declare an intent filter
* in the application manifest specifying that your BackupService subclass
* handles the {link #SERVICE_ACTION} intent action. For example:
* handles the {@link BackupService#SERVICE_ACTION} intent action. For example:
*
* <pre class="prettyprint">
* &lt;!-- Use the class "MyBackupService" to perform backups for my app --&gt;