I'm able to successfully use the contact picker on the Motorola Cliq
using the intent:

new Intent(Intent.ACTION_PICK, People.CONTENT_URI)

It works as expected, and I'm able to get the contact data in
onActivityResult()

However, every single time, I get an error dialog: "The application
Contacts (process com.motorola.blur.contacts) has stopped
unexpectedly. Please try again. (Force Close)"

The error in LogCat:
android.app.SuperNotCalledException: Activity
{com.motorola.blur.contacts/
com.motorola.blur.contacts.picker.PickPeopleActivity} did not call
through to super.onDestroy()

So does this mean the contacts picker on the Cliq is just plain
broken? Has anyone else seen this error, and/or been able to
successfully use the contacts picker on the Cliq without getting error
messages?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to