简体   繁体   English

如何使用内置的Android浏览器和jdk呈现网页?

[英]How to render a web page using the in-built android browser with the jdk?

My app needs to use the in-built Internet Browser to render a web page. 我的应用程序需要使用内置的Internet浏览器来呈现网页。

How to do this kind of job? 怎么做这种工作?

Launch an Intent with ACTION_VIEW action and pass the URL of your website as Intent data. 使用ACTION_VIEW操作启动Intent并将您网站的URL作为Intent数据传递。
This thread might help. 这个帖子可能有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM