From 41c42a972c03a0e72b12e24b49f23bbda0f46ad7 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Wed, 7 Apr 2010 11:16:48 -0700 Subject: [PATCH] Add Backup/Restore sample to the SDK docs Part of bug #2545514 Change-Id: I9085ebfdce3552ddab602eec8d40de67b219a834 --- build/sdk.atree | 1 + samples/BackupRestore/_index.html | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 samples/BackupRestore/_index.html diff --git a/build/sdk.atree b/build/sdk.atree index ecf2b6081..3c92d083c 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -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 diff --git a/samples/BackupRestore/_index.html b/samples/BackupRestore/_index.html new file mode 100755 index 000000000..4ac141cc1 --- /dev/null +++ b/samples/BackupRestore/_index.html @@ -0,0 +1,5 @@ +

The Backup/Restore application illustrates a few different approaches that an +application developer can take when integrating with the Android Backup Manager +using the BackupAgent API +introduced in Android 2.2.