am 7c8ca29e: am e42b1867: am 4fb91d9f: docs: fix typo

Merge commit '7c8ca29e7097fa10b9e4c442a93fe05ded5e0d79'

* commit '7c8ca29e7097fa10b9e4c442a93fe05ded5e0d79':
  docs: fix typo
This commit is contained in:
Scott Main
2010-06-29 15:52:30 -07:00
committed by Android Git Automerger

View File

@@ -576,8 +576,8 @@ helpers.</p>
<h3 id="SharedPreferences">Backing up SharedPreferences</h3>
<p>When you instantiate a {@link android.app.backup.SharedPreferencesBackupHelper}, you must the
name of one or more {@link android.content.SharedPreferences} files.</p>
<p>When you instantiate a {@link android.app.backup.SharedPreferencesBackupHelper}, you must
include the name of one or more {@link android.content.SharedPreferences} files.</p>
<p>For example, to back up a {@link android.content.SharedPreferences} file named
"user_preferences", a complete backup agent using {@link android.app.backup.BackupAgentHelper} looks