Skip to content
Snippets Groups Projects
Commit 1e2c0e54 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Revert "We can't write filesystem on Oreo"

This reverts commit cdd659e8.

(cherry picked from commit a9de379d)
parent 6deb7c3c
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ public class FileUtils {
}
public static boolean canWrite(String path){
if (AndroidUtil.isOOrLater || TextUtils.isEmpty(path))
if (TextUtils.isEmpty(path))
return false;
if (path.startsWith("file://"))
path = path.substring(7);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment