OSDN Git Service

Correct a small doc error
authorScott Kennedy <skennedy@android.com>
Fri, 19 Apr 2013 20:35:16 +0000 (13:35 -0700)
committerScott Kennedy <skennedy@android.com>
Fri, 19 Apr 2013 20:35:16 +0000 (13:35 -0700)
Change-Id: I2adcc169193452549e55ac10958f0e28216aeb15

docs/html/guide/topics/data/backup.jd

index 598b08a..4903852 100644 (file)
@@ -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";