webview调起浏览器

调起浏览器
url = "intent://" + url +"#Intent;scheme=http;action=android.intent.action.VIEW;end";

调起指定的app
url = "intent://" + host +"#Intent;scheme=指定scheme;package:指定包名;end";

参考https://developer.chrome.com/multidevice/android/intents

posted @ 2018-11-19 20:23  lipeil  阅读(593)  评论(0编辑  收藏  举报