How to download a pdf file in Android? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to download a pdf file in Android? - Stack Overflow
2011年6月16日 - File file = new File("/sdcard/example.pdf"); if (file.exists()) { Uri path = Uri.fromFile(file); Intent intent = new Intent(Intent.ACTION_VIEW); intent.