Robotium - choose an account in AccoutPicker with a solo

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?

+4
source share

Source: https://habr.com/ru/post/1534141/


All Articles