Skip to content

Commit 3356ba3

Browse files
Christopher TateAndroid (Google) Code Review
authored andcommitted
Merge "Add Backup/Restore sample to the SDK docs" into froyo
2 parents f617797 + 41c42a9 commit 3356ba3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/sdk.atree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ development/samples/Home samples/${PLATFORM_NAME}/Home
9191
development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
9292
development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
9393
development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
94+
development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
9495
development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
9596
development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
9697
development/samples/Snake samples/${PLATFORM_NAME}/Snake

samples/BackupRestore/_index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<p>The Backup/Restore application illustrates a few different approaches that an
2+
application developer can take when integrating with the Android Backup Manager
3+
using the <code><a
4+
href="../../../reference/android/app/backup/BackupAgent.html">BackupAgent</a></code> API
5+
introduced in Android 2.2.</p>

0 commit comments

Comments
 (0)