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
  • 22,898
  • 15
  • 55
  • 90
Akhila
  • 11

0 Answers0