I have an application in which I want to write a file to SD Card.
the path to SD card is
/mnt/extsd
When I try to create a file or a directory using mkdirs() it returns false.
I am also getting
open failed: EACCES (Permission denied)
I have ES File explorer installed in my tablet. It is able to copy files to sd card. I don't know how it may be doing.
Please help !! Thanks in advance.