I was able to bring up a web browser with the following in m5:
Intent myIntent = new Intent(Intent.VIEW_ACTION, Uri
.parse("http://www.cnn.com/"));
startActivity(myIntent);
Now that VIEW_ACTION has been removed, I'm stumped on how to do the
same action in .9. Help is appreciated.
Robert
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---