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