*NEW* Current Version on STEAM: 16.026Logfile: EN, DEWebchat:Visit the chat
String url = "http://www.example.com";Intent i = new Intent(Intent.ACTION_VIEW);i.setData(Uri.parse(url));startActivity(i);
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com")));
you need the headers