Advertisement
minafaw3

get all email

Jan 19th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for(BaseAccount account :accounts){
  2. ArrayList<String> all_emails = new ArrayList<String>();
  3. all_emails.add(account.getEmail());
  4. Toast.makeText(this , "all installed email are " + all_emails , Toast.LENGTH_LONG).show();
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement