diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd
index 98f7a4f9f9b9a..718e391c94820 100644
--- a/docs/html/guide/topics/data/backup.jd
+++ b/docs/html/guide/topics/data/backup.jd
@@ -31,6 +31,7 @@ page.title=Data Backup
Checking the Restore Data Version
Requesting Backup
Requesting Restore
+ Developing and Testing Your Backup Agent
Key classes
@@ -759,3 +760,22 @@ implementation, passing the data from the current set of backup data.
restore operation with the bmgr
tool.
+
+Developing and Testing Your Backup Agent
+
+To develop and test your backup agent:
+
+ - Set your build target to a platform using API Level 8 or higher
+ - Run your application on a suitable Android system image:
+
+ - If using the emulator, create and use an AVD with the Google APIs add-on (API Level
+8) — the Google APIs add-on is available as an SDK component through the SDK and AVD
+Manager
+ - If using a device, the device must be running Android 2.2 or greater and have Android
+Market built in
+
+
+ - Test your backup agent using the {@code
+bmgr} tool to initiate backup and restore operations
+
+