diff options
| author | 2016-09-29 12:17:09 -0700 | |
|---|---|---|
| committer | 2016-09-29 12:17:09 -0700 | |
| commit | 9dd4194185a75aad1688bf70a9640c44f05ce1bd (patch) | |
| tree | 7fdedde379f421777b27d34d42bd07455dcf7a4d | |
| parent | 7e8a5e8aa9cf199a9116a2c9810070dca3a2e59c (diff) | |
docs: Added account sync know issue.
Bug:31822936
Change-Id: Idd32638eb6819a5a8c6a5c772c70714e7391e75d
| -rw-r--r-- | docs/html/wear/preview/support.jd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/wear/preview/support.jd b/docs/html/wear/preview/support.jd index 7636d863aa8c..6006627a4e16 100644 --- a/docs/html/wear/preview/support.jd +++ b/docs/html/wear/preview/support.jd @@ -319,6 +319,22 @@ page.tags="preview", "developer preview" </li> </ul> + <h4 id="account"> + Account sync + </h4> + + <ul> + <li>Account sync initiated from watch settings may not work reliably. + Instead, add accounts from the setup flow of the Android Wear app, or using + the Accounts settings for a device from the Android Wear app. + </li> + + <li>The list of accounts that can be synced is the same as the list of accounts + on the phone. So to add a new account, use the Android settings on the phone, + and then proceed to Android Wear app to sync that account. + </li> + </ul> + <h4 id="devices"> Devices </h4> |