tags:

views:

140

answers:

1

Hi,

Under the 'Accounts & Sync' settings graphical OS menu, there are listings of user-configured Google accounts.

Please could someone point me in the right direction to programmatically change the sync settings associated with one of these accounts?

Thanks

+1  A: 

Those settings use the new AccountManager APIs. Here's some sample code that shows how to add a new account. I'd assume that you'd want to get the credentials of one of the existing accounts and simply modify the data.

Unfortunately, I haven't had a chance to try out those APIs yet.

Erich Douglass