Android : Open the phones web browser

I’m testing an Android app on an HTC Desire.
I’m trying to open up the phone’s browser from my app using

Application.OpenURL(“http://www.url.com”);

Yet nothing happens?
Is there another way to open the phone’s web browser?

OpenURL is a pro only function, so if you don’t have the Android Pro license nothing will happen. You can probably write a simple java plugin that uses Android’s standard api to do so.