Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://thedevelopersinfo.com"));
startActivity(intent);
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(getResources().getString(R.string.your_link)));
startActivity(intent);
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://thedevelopersinfo.com"));
startActivity(intent);
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(getResources().getString(R.string.your_link)));
startActivity(intent);