3

Sync system account(s)

Idea for a Tasker action: sync system account(s), either

  • all accounts or
  • all accounts of a specific account type or
  • a specific account (by name and type).

Use cases (examples):

The action would have to

  1. enumerate affected accounts and then
  2. call ContentResolver.requestSync for each account.

2 replies

B

I want this, too.

E

Still think this would be a nice feature. I think I have found a way to trigger a sync for all DAVx5 accounts:

```
    Task: Sync DAVx5
    
    A1: Send Intent [
         Action: android.appwidget.action.APPWIDGET_UPDATE
         Cat: None
         Package: at.bitfire.davdroid.ui.widget.IconSyncButtonWidgetReceiver
         Target: Broadcast Receiver ]

```