File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ development/samples/Home samples/${PLATFORM_NAME}/Home
91
91
development/samples/LunarLander samples/${PLATFORM_NAME}/LunarLander
92
92
development/samples/NotePad samples/${PLATFORM_NAME}/NotePad
93
93
development/samples/ApiDemos samples/${PLATFORM_NAME}/ApiDemos
94
+ development/samples/BackupRestore samples/${PLATFORM_NAME}/BackupRestore
94
95
development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/SampleSyncAdapter
95
96
development/samples/SkeletonApp samples/${PLATFORM_NAME}/SkeletonApp
96
97
development/samples/Snake samples/${PLATFORM_NAME}/Snake
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments