open webpage android studio

48

open webpage android studio -

Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);

Comments

Submit
0 Comments