;
> j
>
>
>
> On Thu, May 14, 2009 at 9:02 AM, prihei wrote:
>
> > Hello,
>
> > how can i open the contact view with a query?
> > I try this:
>
> > Intent intent = new Intent(Intent.ACTION_SEARCH, People.CONTENT_URI);
> > intent.p
Hello,
how can i open the contact view with a query?
I try this:
Intent intent = new Intent(Intent.ACTION_SEARCH, People.CONTENT_URI);
intent.putExtra(SearchManager.QUERY, "Heiko");
startActivity(intent);
I get this error:
android.content.ActivityNotFoundException: No Activity found to handle
I
2 matches
Mail list logo