直接发起因特网址

直接发起网址Intent intent new Intent(Intent.ACTION_VIEW, Uri.parse(http://thedevelopersinfo.com

直接发起网址

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);