Open the Mobile Default Browser from android
by mariganesh[ Edit ] 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