pramodkr123 / ConvertWebViewToPdfDemo

Convert WebView to pdf in android
MIT License
40 stars 19 forks source link

Permission Denied #8

Open JagadishaIncture opened 4 years ago

JagadishaIncture commented 4 years ago

Hi I took RunTime Permision also for Both READ and WRITE External but evn thought it s throwing this below error

java.io.IOException: Permission denied at java.io.UnixFileSystem.createFileExclusively0(Native Method) at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:317) at java.io.File.createNewFile(File.java:1008) at android.print.PdfPrint.getOutputFile(PdfPrint.java:51) at android.print.PdfPrint.access$000(PdfPrint.java:10) at android.print.PdfPrint$1.onLayoutFinished(PdfPrint.java:24) at ft.onLayout(chromium-TrichromeWebViewGoogle.apk-stable-410410183:4)

pramodkr123 commented 4 years ago

android:requestLegacyExternalStorage="true"

Put this in your manifest within applicationtag.

JagadishaIncture commented 4 years ago

android:requestLegacyExternalStorage="true"

Put this in your manifest within applicationtag.

Great !! its working now after adding this line