I’m working on SyncAdapter implementation.
And was wondering – we have a parameter of type SyncResult in our onPerformSync method.
SyncResult contains field – delayUntil.
AS it stated in documentation – it is used for delays between syncs.
But, when I call ContentResolver.requestSync – it is ignored.
So, does anybody khow how to use it properly?
I’m working on SyncAdapter implementation. And was wondering – we have a parameter of
Share
After some investigation and debugging I came to next conslusion: