diff options
author | Andrew Solovay <asolovay@google.com> | 2014-04-24 23:41:26 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-24 23:41:26 +0000 |
commit | 3cb4430b071e9e978853f73c0cccd15dc2f37a49 (patch) | |
tree | e9cb21741a2c2cd5343db248ed4f667d3f9ee881 /docs/html/guide/topics | |
parent | 03981a4c2e9689197e4d2c916c07ae16207b5276 (diff) | |
parent | 27547e6d3a22fb9615594769e460c6a86f2dd44b (diff) | |
download | frameworks_base-3cb4430b071e9e978853f73c0cccd15dc2f37a49.zip frameworks_base-3cb4430b071e9e978853f73c0cccd15dc2f37a49.tar.gz frameworks_base-3cb4430b071e9e978853f73c0cccd15dc2f37a49.tar.bz2 |
am 27547e6d: am fdc9e56f: Correcting name of \'Backup & reset\' menu.
* commit '27547e6d3a22fb9615594769e460c6a86f2dd44b':
Correcting name of 'Backup & reset' menu.
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r-- | docs/html/guide/topics/data/backup.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd index 4903852..f09ff9e 100644 --- a/docs/html/guide/topics/data/backup.jd +++ b/docs/html/guide/topics/data/backup.jd @@ -899,8 +899,9 @@ Play built in.</li> {@code tools/} path: <pre class="no-pretty-print">adb shell bmgr enable true</pre> </li> - <li>If using a device, open the system <b>Settings</b>, select <b>Privacy</b>, then enable -<b>Back up my data</b> and <b>Automatic restore</b>. + <li>If using a device, open the system <b>Settings</b>, select + <b>Backup & reset</b>, then enable + <b>Back up my data</b> and <b>Automatic restore</b>.</li> </ul> </li> <li>Open your application and initialize some data |