Problem saving the canvas image on the smartphone

using the code below, the canvas image is saved on some smartphones and not on others. Can anyone tell me what the problem is?

starting from Android 10 the image is stored in the application specific directory, which is
/storage/emulated/0/Android/data/<packageName>/files/Fichas/yourFilename.jpg
for older Android versions it is stored in
/storage/emulated/0/Fichas/yourFilename.jpg

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

Thank you Taifun. Resolved my problem.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.