summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/data/backup.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/topics/data/backup.jd')
-rw-r--r--docs/html/guide/topics/data/backup.jd2
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 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:</p>
<pre>
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";