diff options
-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 |