摘要: private void openFile(File f) { Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); /* 调用getMIMEType()来取得MimeType */ St... 阅读全文
posted @ 2011-03-30 16:28 Gang.Wang 阅读(8649) 评论(0) 推荐(0)