标签: android
我只想说SD卡上有PDF和Doc文件 - 如何自动检测用于打开这些文件的程序?
这甚至可能吗?
答案 0 :(得分:1)
您可以使用Intent with application / pdf。
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(pathToPdf, "application/pdf");