Hi everyone, I've implemented a SyncAdapter correctly registered through the application manifest which allows to sync contacts with our backend. The sync requests are correctly sent to the SyncAdapter but actually I have a couple of dubts:
1) How a client (the object which calls requestSync of a specific authority) can be notified about the current status of the sync request, e.g. if the request has been correctly performed, is still pending, or is aborted for any reason? 2) I saw the addStatusChangeListener method in ContentResolver class but there is no documentation about that. Can someone clarify the correct usage of this? What kind of events can I listen? 3) What is the SyncContext ?? Onother issue is that after I've added my custom account to the device I saw that when the user selects to add a contact to that account, only the name fields are present in the "new contact" activity, no phones emails etc. Can someone tell me if (and how) it is possible to show all the standard fields that are actually showed to the user, even if no accounts exist on the device? Thanks in advance Carlo -- 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

