Hi,
I want to launch map page in my application, so I create a intent as
following:
Intent i = new Intent();
i.setAction(Intent.ACTION_WEB_SEARCH);
i.setData(Uri.parse("http://maps.google.com/");
startActivity(i);
But I get an alert:
The application Browser (process com.android.browser) has stopped
unexpectedly.
Please try again.
What's the problem with my program?
Regards,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---