PDF Downloader Example app to download pdf from url and saved into your internal storage String url = ""; // your pdf url startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));