Intent调用手机指定浏览器打开网页
Intent intent = this.getViewWebIntent();
// intent.setPackage(String);
this.printInterestedActivitiesByIntent(intent);
// set the className to use the specific browser to open the webpage.
intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity");
startActivity(intent);
}
/*
*get the desired view web intent
*/
与本文相关的文章
- react 组件监听浏览器窗口变化
- js 浏览器桌面通知notification
- 谷歌强烈推荐!浏览器助手,让你的浏览器至少提升10个档次!
- ubuntu系统下的火狐浏览器没法将网页翻译成汉语怎么办?
- gitlab开启了双因子认证,一次码和手机动态码都失效了怎么办
- 苹果手机黑屏怎么办,苹果手机不能开机怎么办
- 【ubuntu2404】Ubuntu24.04下载并安装Edge浏览器
- 流氓软件自动安装恶意插件导致浏览器闪退问题
- vue-devtools安装教程 (Chrome浏览器)
- Edge 浏览器网页翻译失败以及扩展插件无法下载问题
- 解决CentOS7无法安装Chrome浏览器
- 超好用的浏览器插件Tampermonkey油猴(以Chrome浏览器为例)
- 三、kali linux 安装输入法、浏览器、pycharm等软件
- Chrome浏览器历史版本下载
- 适用于Chrome类浏览器的喜马拉雅音频下载插件
- Windows下配置浏览器使用Kerberos (SPNEGO)
- 各个浏览器的详细信息-前端必须知道的知识
- 【Python之Selenium】Chrome浏览器启动参数配置
- 浏览器----搜索技巧(快速获得准确信息)
- 手机怎么断开电脑微信连接服务器,微信如何用手机退出电脑登录不了怎么办
评论列表(0)
- 暂无评论