Comment ajouter de nouveaux éléments à un tableau?

J'ai le code suivant:

String[] where;
where.append(ContactsContract.Contacts.HAS_PHONE_NUMBER + "=1");
where.append(ContactsContract.Contacts.IN_VISIBLE_GROUP + "=1");

Ces deux ajoute ne sont pas de la compilation. Comment cela fonctionne correctement?

InformationsquelleAutor Pentium10 | 2010-05-16