Open JagadishaIncture opened 4 years ago
android:requestLegacyExternalStorage="true"
Put this in your manifest within application
tag.
android:requestLegacyExternalStorage="true"
Put this in your manifest within
application
tag.
Great !! its working now after adding this line
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)