Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix delete() not falling back to normal File#delete() (#871)
When delete() was called, the plugin first tried to remove the file using MediaStore, and then was (trying to) fall back to normal File#delete(). Unfortunately, the calls to MediaStore were throwing a SecurityException, so the fall-back code was never executed.
- Loading branch information