读书人

直接发起因特网址

发布时间: 2012-09-21 15:47:26 作者: rapoo

直接发起网址

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

读书人网 >移动开发

热点推荐