android-storage
android-storage copied to clipboard
Create, read, delete, append, encrypt files and more, on internal or external disk spaces with a really simple API
jcenter() is deprecated. Please update jcenter() to mavenCentral()
Android 4.4 (API level 19) introduces the Storage Access Framework (SAF) which kills traditional storage permission. Do you have any plans to update the library to support the Storage Access...
I suggest you to release a new version of library with these changes
I wanted to display only directory in my app but here all the files are display like .txt, .jpg , .dat but i would display only directories.
I am trying to read the database file from a specified app, encrypt it, and save it to external SD CARD. When I try to get it back, the file...
Very good library, please also support wildcards (*, ?) Thanks
My folder path is /storage/emulated/0/com.example.demoapp but i am unable to delete it using storage.deleteDirectory(path); Can anyone plzz help me in this ???