Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a sync adapter (the SampleSyncAdapter app that comes with the SDK) for syncing contacts. So when I click on Add Account, my application name shows up in the list. Then I select my account, and add a user. After that if I make changes in the phone contacts, my SyncAdapter gets called. But the problem is that it gets called after approx. 30 seconds even when there is no other activity on the phone (no apps running, doesn't even have a sim card.) From the log it appears that the ContactObserver used by the sync manager detects the change quickly, but does not propagate it to my SyncAdapter immediately. Is there any configuration to make it trigger sync faster at least for my account?

share|improve this question
Probably cannot be done. There is a reason the adapter is not started immediately. Here is the video explaining why it does so: youtube.com/… – dc360 Jan 22 at 20:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.