Uri uri=Uri.parse(getString(R.string.homepage_uri));
Intent intent=new Intent(Intent.ACTION_VIEW,uri);你这两行代码是要干啥?Uri的格式正确吗?