Hello,
This has been killing me for over a day now...
Is there a way to subscribe to events about synchronization status of
a particular account on eclair?
What I'm trying to accomplish is to show/hide an indicator of sync
status for a particular account in my application.
The sync is started through ContentResolver.requestSync(...).

I've scanned through the sources of accounts & sync settings screen
and found this:

ContentResolver.getSyncStatus(...)

which would be great, except it's not available on eclair (in fact
it's not available on froyo either) and I need to support this
version :/

Another thing I found is ContentResolver.getCurrentSync() - same story
- not available in eclair.

So does anyone know how to determine the synchronization status for an
account?

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