When I want to read a file from the mobile memory, the following error message appears. What is the solution?
Error 601:no corresponding activity was found
thanks
When I want to read a file from the mobile memory, the following error message appears. What is the solution?
Error 601:no corresponding activity was found
thanks
file///sdcards/… is no valid path
try file:///storage/emulated/0/Download/yourFilename.pdf…
Taifun
Also
You have in "fromFileName" \\100-duaa.pdf
(back slashes)
It should be //100-duaa.pdf
(forward slashes)