diff options
author | Christopher Tate <ctate@android.com> | 2013-04-19 14:00:47 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-19 14:00:47 -0700 |
commit | 10786aa1d64897f9d1160954d259c81364b10a43 (patch) | |
tree | 1a94f1de2264e0aaa7a6e61a86c9319d4c020832 /docs/html/guide/topics/data | |
parent | 408e663712b7f807ff1a0859c636e2dc4f53422c (diff) | |
parent | a6a8ba844cc47ab4eea204115788f050811f9335 (diff) | |
download | frameworks_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.jd | 2 |
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"; |