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?
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.
|