No i'm not but I will send you this.
I hope it helps.

Android Developers
Photo picker | App data and files | Android Developers

Android Developers
Access documents and other files from shared storage | App data and files | Android Developers
Stack Overflow
How to add files access permission on device android
My problem is when I am not getting files permission in the device.
Below image is showing: photos and media access are showing but files acces...
Stack Overflow
How to add Write to File Permission on Android
I want to write in a file by using the following:

 BufferedWriter buf = new BufferedWriter(new FileWriter("test2"));
 buf.write(mytext...

