如何在Android模拟器中打开PDF文件
我想知道如何打开PDF文件? 我们需要在清单文件中进行哪些更改。 我可以在浏览器中打开它吗?它需要什么权限?
I would like to know how to open a PDF file?
What all changes do we need to make in the manifest file.
Can I open it in a browser? What all permissions would be required for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果安装了处理 application/pdf mime 类型的应用程序,那么您可以打开它。您不能指定它仅在浏览器中打开,除非浏览器是处理它的唯一应用程序。以下是打开pdf文件的代码片段
If there is an application installed that handles the application/pdf mime type then you can open it. You cannot specify that it only be opened in browser unless browser is the only application that handles it. Following is the code snippet for opening a pdf file