summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/data
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2013-04-19 14:00:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-19 14:00:47 -0700
commit10786aa1d64897f9d1160954d259c81364b10a43 (patch)
tree1a94f1de2264e0aaa7a6e61a86c9319d4c020832 /docs/html/guide/topics/data
parent408e663712b7f807ff1a0859c636e2dc4f53422c (diff)
parenta6a8ba844cc47ab4eea204115788f050811f9335 (diff)
downloadframeworks_base-10786aa1d64897f9d1160954d259c81364b10a43.zip
frameworks_base-10786aa1d64897f9d1160954d259c81364b10a43.tar.gz
frameworks_base-10786aa1d64897f9d1160954d259c81364b10a43.tar.bz2
am a6a8ba84: Merge "Correct a small doc error"
* commit 'a6a8ba844cc47ab4eea204115788f050811f9335': Correct a small doc error
Diffstat (limited to 'docs/html/guide/topics/data')
-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";