[android-developers] Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-01 Thread frantz lohier
Happy Halloween All ! The party is over and Google suddenly released the much anticipated Android 2.0 SDK. Much improvement for sure ! That said, the party is over and I came to have to deal with the following Ghost; I've released an app in the market (Ambu) - so far qualified under SDK 1.5

Re: [android-developers] Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-01 Thread Andrew Zhang
Hi , Content uri is changed. Please have a try of ContactsContract.Contacts.CONTENT_URI. On Mon, Nov 2, 2009 at 9:57 AM, frantz lohier floh...@gmail.com wrote: Happy Halloween All ! The party is over and Google suddenly released the much anticipated Android 2.0 SDK. Much improvement for

Re: [android-developers] Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-01 Thread Mark Murphy
frantz lohier wrote: - my app invokes an ACTION.PICK intent as way to extract phone contact from the phone book and populate a database. When compiling my app using the SDK version 1.6 and a target emulator configured at 1.6 level, the following code WORKS: Intent pickcontact =