I've some problems with the contact picker on a htc hero. Code looks
like this:

Intent i = new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
startActivityForResult(i, PICK_CONTACT_FROM_LIST);

In the emulator it works just fine, but on the htc hero i can't search
the list. If I just insert 1 letter in the search bar, all contacts in
the list disappear.

Any ideas?

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