I have a sync adapter for my DB and at certain points in the application usage, it needs to sync the DB now. I would like to trigger the sync adapter as if its sync-time popped and then re-establish the sync time (i.e., 4 hours from this 'sync now" event).
|
feedback
|
|
I think (not tested) a better solution is already defined in the ContentResolver.
so one might do the following:
| |||
|
feedback
|
|
You can find solution, which runs sync immediately and works with background data disabled here: | |||
|
feedback
|