LocalStorage
LocalStorage copied to clipboard
Local Storage provides access to your local storage via the Android 4.4 Storage Access Framework
Results
1
LocalStorage issues
Sort by
recently updated
recently updated
newest added
The current implementation always creates a flat file in `createDocument()`. Instead, a directory should be created when the mimetype is `Document.MIME_TYPE_DIR`.