android - How to retrieve the 'last sync' time for an account? -



android - How to retrieve the 'last sync' time for an account? -

is possible retrieve time business relationship lastly synchronized, scheme settings->accounts&sync app does? i'm using android 2.2.

looking @ 2.2 source accountsyncsettings.java, see status retrieved using:

syncstatusinfo status = contentresolver.getsyncstatus(account, authority);

but syncstatusinfo , getsyncstatus don't seem part of public api (marked @hide). there other way @ info?

the settings app uses contentresolver.getsyncstatus(account, authority). however, not part of public api. can utilize it, break future release.

android sync android-syncadapter

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -