I have an app which allows the user to select a contact via an ACTION_PICK Intent using code similar to this example.
This works fine, but the user can press the Search key and choose a contact from the search results. In this case, the picker brings up the contact view where the only actions available are email, call, etc.
I'd expect the searched-for contact to be returned to the calling Activity instead of the displaying the contact details. Is this possible?