String URL = "http://www.google.com"; Uri uri = Uri.parse(URL); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent);
This website uses cookies to ensure you get the best experience on our website. For more information Learn about cookies