Follwoing is my code :
String url="http://www.google.com";;
Intent i = new Intent(Intent.VIEW_ACTION,Uri.parse(url));
startActivity(i);


I got error:
"No Activity found to handle Intent {action=android.intent.action.VIEW
data=http://www.google.com}

I remembered I have used same code to launch web browser before.

How do you fix the problem?

Thanks

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