Skip to content

Commit 79b3673

Browse files
committed
Update sync adapter paragraph
1 parent 488421e commit 79b3673

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

accounts_collections.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,10 @@ If you're using ICSx⁵, DAVx⁵ can determine whether a Webcal collection is cu
207207
Android integration as a sync adapter
208208
=====================================
209209

210-
DAVx⁵ is integrated with Android as a `sync adapter <https://developer.android.com/training/sync-adapters/creating-sync-adapter>` for contacts,
210+
DAVx⁵ is integrated with Android as a `sync adapter <https://developer.android.com/training/sync-adapters/creating-sync-adapter>`_ for contacts,
211211
events and tasks. The integration covers two cases:
212212

213213
1. DAVx⁵ gets notified by the system when a contact, event or task is locally modified and runs synchronization then.
214214
2. DAVx⁵ gets notified by the system when a contact, event or task app requests synchronization (usually over "Refresh") and runs synchronization then.
215215

216-
You can see the status of the sync adapter integration in Android settings / Accounts / DAVx⁵. Note there may be a lot of wrong-looking entries without title. These are a mistake of the Settings view when it tries to associated the supported sync types of the various tasks apps and can be ignored.
217-
218-
Unlike in early DAVx⁵ versions, the regular synchronization with the user-specified interval is *not* using the sync adapter anymore, but the more reliable WorkManager. **This means that the regular synchronization will not show up in Android settings / Accounts / DAVx⁵, so the sync times there are not correct.** You can view the latest sync times in DAVx5 instead (tap on the respective collection to view details).
216+
Do not use Android Settings / Accounts to manage DAVx⁵ accounts or settings – always directly use DAVx⁵.

0 commit comments

Comments
 (0)