From 61396a8b1f217c08021ad3c49396efc16c37141e Mon Sep 17 00:00:00 2001
From: Scott Kennedy
Date: Fri, 19 Apr 2013 13:35:16 -0700
Subject: Correct a small doc error
Change-Id: I2adcc169193452549e55ac10958f0e28216aeb15
---
docs/html/guide/topics/data/backup.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd
index 598b08a..4903852 100644
--- a/docs/html/guide/topics/data/backup.jd
+++ b/docs/html/guide/topics/data/backup.jd
@@ -680,7 +680,7 @@ android.app.backup.BackupAgentHelper} looks like this:
public class MyFileBackupAgent extends BackupAgentHelper {
- // The name of the SharedPreferences file
+ // The name of the file
static final String TOP_SCORES = "scores";
static final String PLAYER_STATS = "stats";
--
cgit v1.1