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 user begins typing a
name, and ends up with a contact in the list.  This contact *does*
have a phone number.  They click on the name, and my
onActivityResult() gets called.  I call getData() on the Intenet
parameter passed to my onActivityResult, and it apparently gets NULL.

I believe at this point there is nothing I can do to work around this,
as I've gotten no data at all from the activity.  I've already written
code to do search for the contacts myself, and have overridden the
hard search button to invoke this.  But the Droid X automatically
allows you to start typing.  Is there a way to override this?  Any
other ideas as to what's happening?

TIA.

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

Reply via email to