David Brackeen wrote:
> 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? 

Sure looks like it. I don't have a CLIQ presently to see if I can
reproduce the error.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, $35/Year

-- 
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