Java / Android
String url="https://www.google.com.tw";
Intent ie = new Intent(Intent.ACTION_VIEW,Uri.parse(url));
startActivity(ie);