Uri uri = Uri.parse(\"http://www.google.com\");
Intent it = new Intent(Intent.ACTION_VIEW,uri);
startActivity(it);
![]() |
|
Uri uri = Uri.parse(\"http://www.google.com\");
Intent it = new Intent(Intent.ACTION_VIEW,uri);
startActivity(it);
|
|
|