[android-developers] Re: missing Lists.newArrayList()

2010-05-29 Thread Pinheiro
Thanks, Dmitri. I've tried using _ID also but the results are the same. Also, sql parameters should always be passed using placeholders (question mark) and an array of arguments. Could you please give an example? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: missing Lists.newArrayList()

2010-05-28 Thread Pinheiro
Thanks Dmitri. Btw, do you know how to delete a contact without using a batch? This doesn't work, I don't know why: getContentResolver().delete(ContactsContract.Contacts.CONTENT_URI, ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME+=+nameToDelete, null); -- You received this message because