am 3356ba35: Merge "Add Backup/Restore sample to the SDK docs" into froyo

Merge commit '3356ba35fa7632fc801210f46d3ec10d1b6cf6a1' into froyo-plus-aosp

* commit '3356ba35fa7632fc801210f46d3ec10d1b6cf6a1':
  Add Backup/Restore sample to the SDK docs
This commit is contained in:
Christopher Tate
2010-04-07 14:22:17 -07:00
committed by Android Git Automerger
2 changed files with 6 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ development/samples/Home samples/${PLATFORM_NAME}/Home
development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
development/samples/Snake samples/${PLATFORM_NAME}/Snake

View File

@@ -0,0 +1,5 @@
<p>The Backup/Restore application illustrates a few different approaches that an
application developer can take when integrating with the Android Backup Manager
using the <code><a
href="../../../reference/android/app/backup/BackupAgent.html">BackupAgent</a></code> API
introduced in Android 2.2.</p>