Title: No write permission to USB pendrive. [Print This Page] Author: androidDev Time: 9/4/2017 17:58 Title: No write permission to USB pendrive. Hi,
I am connecting a usb pendrive to the rk-3399 board. I am able to read the files through an app but not able to create a directory in the connected usb pendrive.
The code i am using is :
File topLevelDestinationDir = new File("/storage/C32C-2A45/testDir");topLevelDestinationDir.mkdirs();