I call the new Accumulation function with:
Intent i = credencial.newChooseAccountIntent();
startActivityForResult(i, REQUEST_CHOOSE_ACCOUNT);
And now I want to test my application using a robotium. The first step is to select an int account to select account activity (account collector). How can i do this?
source
share