I am looking for a way to enable/disable the "auto-sync" checkbox in the "general sync settings".

Afair the stock power control widget has this feature too. If this widget can do, there should be a solution for me too, right? Please guys help me out, I am desperately looking for a solution on the web with no success.

Is it possible that a user interaction is mandatory for this operation?? I know I can send an Intent to open the Sync View but this is not my intention!

I am not looking for the sync settings for a specific account as I found in this forum like

ContentResolver.setSyncAutomatically(Account account, String authority, boolean sync);
link|improve this question
feedback

1 Answer

up vote 6 down vote accepted

I am looking for a way to enable/disable the "auto-sync" checkbox in the "general sync settings".

UPDATE

Try setMasterSyncAutomatically() on ContentResolver.

link|improve this answer
I am afraid to tell but what you wrote cannot be correct. There is a widget in the Android market by curvefish that does exactly the thing I wanted to do. It enables the auto sync feature without user interaction and it is not part of the firmware! So there must be a way to implement this. I've already written an email to the developer to find out. – GZA Nov 9 '11 at 12:38
@GZA: Ah, but you pointed out what might be the right area to look -- see replaced answer above. – CommonsWare Nov 9 '11 at 13:51
Yes! thanks you. this looks very good! Many thanks! – GZA Nov 10 '11 at 7:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.