Ciao a tutti,
ho trovato questo codice in rete, c'è qualcuno che sa spiegarmi cosa fa?
l'ho intuito (anche perchè c'è scritto) ma è meglio che qualcuno mi fissi le idee...
Grazie!codice:Account[] accounts = AccountManager.get(getBaseContext()).getAccounts(); for (Account account : accounts) { // TODO: Check possibleEmail against an email regex or treat // account.name as an email address only for certain account.type values. IndirizzoEmail = account.name; }