i would like to trigger the "synchronize now" feature (in the sync settings screen) from my app. i have found Intent.ACTION_SYNC but the documentation states
Activity Action: Perform a data synchronization. Input: ? Output: ? after creating the intent according to the action name, i used PackageManager's queryIntentActivities method (with flag GET_INTENT_FILTERS) and found that no ResolveInfo objects are returned ideas on how to perform a data synchronization would be greatly appreciated
-- 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

