From 1c8b6ca4d7dd7c8263d5224de6e814681a14afa5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 2 Jul 2010 11:11:34 -0700 Subject: docs: fix misc broken links Change-Id: I7294276aff0c80498215870d5d72f7a3a9b2c99a --- docs/html/guide/topics/data/backup.jd | 4 ++-- docs/html/guide/topics/resources/providing-resources.jd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/html/guide/topics') diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd index aeefca8..6c02031 100644 --- a/docs/html/guide/topics/data/backup.jd +++ b/docs/html/guide/topics/data/backup.jd @@ -240,7 +240,7 @@ Backup Service Key is ignored.

Extending BackupAgent

Most applications shouldn't need to extend the {@link android.app.backup.BackupAgent} class -directly, but should instead extend BackupAgentHelper to take +directly, but should instead extend BackupAgentHelper to take advantage of the built-in helper classes that automatically backup and restore your files. However, you might want to extend {@link android.app.backup.BackupAgent} directly if you need to: