onPerformSync is running only one in time for given account from my 
observations, you can take a look at syncmanager in Android source if you 
want 100% answer
as soon as you return from onPerformSync next call can be done

On Wednesday, January 16, 2013 4:11:52 PM UTC+1, saladbowl wrote:
>
> I have created a SyncAdapter class which inherits from 
> AbstractThreadedSyncAdapter and runs in its own Service.
>
> I was wondering if the SyncManager only allows one synchronisation to be 
> undertaken at a time (i.e via a called to my SyncAdapter's onPerformSync()) 
> or do I need to explicitly make sure my SyncAdapter's onPerformSync() that 
> my data is not corrupted if I two synchronisations happen at the same time?.
>
> Thanks very much.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to