Is there an Intent for viewing documents (Word, Excel, Powerpoint, PDF, etc.) in Android? [duplicate]

丶灬走出姿态 提交于 2019-12-11 02:45:46

问题


Possible Duplicate:
android: how do i open another app from my app?

Is there an Intent to view files such as word document (.doc), excel sheet, powerpoint (.ppt), pdf, etc. in Android?


回答1:


All you can do is, emit intent of specified MIME type. Android will handle what application(s) is capable to open it.

Something like this solution should work: View MS office files in an android application



来源:https://stackoverflow.com/questions/4016100/is-there-an-intent-for-viewing-documents-word-excel-powerpoint-pdf-etc-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!