Intent intent = this.getViewWebIntent();
// intent.setPackage(String);
this.printInterestedActivitiesByIntent(intent);
// set the className to use the specific browser to open the webpage.
intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");
startActivity(intent);
}
/*
*get the desired view web intent
*/
Intent intent = this.getViewWebIntent();
// intent.setPackage(String);
this.printInterestedActivitiesByIntent(intent);
// set the className to use the specific browser to open the webpage.
intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");
startActivity(intent);
}