Android how to open a .doc extension file?
问题 Is there any possible way to open a .doc extension file? 回答1: Unlike iOS, Android itself does not support rendering .doc or .ppt files. You are looking for a public intent that allows your app to reuse other apps' activities to display these document types. But this will only work for a phone that has an app installed that supports this Intent. http://developer.android.com/guide/topics/intents/intents-filters.html or if you have installed some app then use this Intent: //Uri uri = Uri.parse(