Is there an Intent for viewing documents (Word, Ex

2019-07-20 20: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