ActivityNotFoundException trying to load Contacts ContentProvider?

This is a weird one. I am seeing this crash report on some devices:

android.content.ActivityNotFoundException:
   No Activity found to handle Intent {
     act=android.intent.action.PICK dat=content://com.android.contacts/contacts }

The intent that generates this error is:

Intent intent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); // pre-Eclair

Or:

Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI); // post-Eclair

The device is simply reported as "Droid" but I don't know the OS version.

9
задан sehugg 13 September 2010 в 15:39
поделиться