APP内跳转链接用INTENT,但是用系统浏览器,在内部还是要webview

时间:2020-07-14 18:09:16   收藏:0   阅读:94

public void clickKefu() {
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.baidu.com"));
getActivity().startActivity(intent);
}

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!