On android we can add an account manually through settings->Account&sync->add account->Corporate and then we fill the fields and add the account.
I want to do this programmatically. I searched on internet but did not find any way to do this.
I found two posts ( http://code.google.com/p/android/issues/detail?id=21233 AND Android How to add/configure Exchange setting programmatically? ), after which it looks like that it is not possible...But does any one know any way to do this?
We can programmatically open the screen settings->Account&sync->add account by intent Settings.ACTION_ADD_ACCOUNT. Can I somehow fill the fields too?
Is there any intent to do this? Or can I use account manager somehow?