Implementing More games button for Android

Can I do something like this in Corona ?

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(“market://details?id=com.android.example”));
startActivity(intent);
Basically I have web view launching a an html page from my server that contains links to my other apps. I want those links to open in Android Market app on the device. can I do that ?
[import]uid: 69481 topic_id: 22957 reply_id: 322957[/import]