[android-developers] Re: ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE returning NULL?

2010-11-17 Thread Ron Schnell
Looks like this has been a known problem for a long time: http://developer.motorola.com/docstools/library/MOTOBLUR_Contacts_1.x_Release_Notes/#Using_intents -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE returning NULL?

2010-11-16 Thread Ron Schnell
Just an update: This problem only seems to appear on the Droid X, and only when someone begins typing on the keyboard to find a contact. I can reproduce it on a friend's phone. My application allows one to select a contact, and only shows contacts with phone numbers (as described above). The us

[android-developers] Re: ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE returning NULL?

2010-10-29 Thread Ron Schnell
ash > in your case, or even that this bug exists on any device. Just a > possibility. > > > > > > > > On Fri, Oct 29, 2010 at 8:13 AM, Ron Schnell wrote: > > Okay, didn't know that.  But it doesn't explain the crash dump seen > > from the Marke

[android-developers] Re: ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE returning NULL?

2010-10-29 Thread Ron Schnell
ow is this possible? On Oct 29, 7:03 am, Dmitri Plotnikov wrote: > Hitting the back button does call onActivityResult passing RESULT_CANCEL in > the "result" arg. > On Oct 28, 2010 7:06 PM, "Ron Schnell" wrote: > > > > > > > > > I'm

[android-developers] ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE returning NULL?

2010-10-28 Thread Ron Schnell
I'm tracking down a crash dump for one of my applications. I am using ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE as an intent, to only list contacts with a phone number. In my onActivityResult() for this intent, I check to make sure the result code is RESULT_OKAY. But somehow when I use