am be3ac2d: Merge change 1040 into donut

Merge commit 'be3ac2d5ba8ef93c3cbf4d05edaf3434a14df2c9'

* commit 'be3ac2d5ba8ef93c3cbf4d05edaf3434a14df2c9':
  Add a test app for the backup
This commit is contained in:
Android (Google) Code Review
2009-05-06 01:31:32 -07:00
committed by The Android Open Source Project
5 changed files with 165 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ import android.util.Log;
* <!-- Use the class "MyBackupService" to perform backups for my app -->
* <service android:name=".MyBackupService">
* <intent-filter>
* <action android:name="android.service.action.BACKUP">
* <action android:name="android.service.action.BACKUP" />
* </intent-filter>
* &lt;/service&gt;</pre>
*