Open the Mobile Default Browser from android

by mariganesh 2013-07-05 17:52:59

Open the Mobile Default Browser from android

This android code can be used for open the mobile default browser



Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://hscripts.com"));
startActivity(browserIntent);



Now Hscrips.com open the mobile default Browser
792
like
0
dislike
0
mail
flag

You must LOGIN to add comments