> 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.

Try ACTION_VIEW. For whatever reason, they flipped the order around of all
those Intent names.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!



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