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

I have tried this but it is redirecting to only google page, but my requirement is to open different webpages. Can anyone please help me out?

Federico klez Culloca
  • 26,308
  • 17
  • 56
  • 95
Akhila
  • 11

0 Answers0