diff options
author | Scott Main <smain@google.com> | 2010-06-02 13:43:18 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-06-02 13:43:18 -0700 |
commit | 6a297118724f31b1063b74f52295d459ec4f58dc (patch) | |
tree | efcf83a883d22af0fed2be0eae937d01f3beb099 /docs/html/guide | |
parent | de56c27dab020bf85187c8bcfc6842cb31006c59 (diff) | |
parent | 20a76125048e3f5f7c80dc232d4f5e04987250f4 (diff) | |
download | frameworks_base-6a297118724f31b1063b74f52295d459ec4f58dc.zip frameworks_base-6a297118724f31b1063b74f52295d459ec4f58dc.tar.gz frameworks_base-6a297118724f31b1063b74f52295d459ec4f58dc.tar.bz2 |
Merge "docs: a couple doc bug fixes" into froyo
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/data/backup.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd index 74117d6..aad0f92 100644 --- a/docs/html/guide/topics/data/backup.jd +++ b/docs/html/guide/topics/data/backup.jd @@ -445,7 +445,7 @@ onBackup()}. <p>For an example implementation of {@link android.app.backup.BackupAgent}, see the <a href="{@docRoot}resources/samples/BackupRestore/src/com/example/android/backuprestore/ExampleAgent.html">{@code ExampleAgent}</a> class in the <a -href="{@docRoot}}resources/samples/BackupRestore/index.html">Backup and Restore</a> sample +href="{@docRoot}resources/samples/BackupRestore/index.html">Backup and Restore</a> sample application.</p> </div> |