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

Revert "We can't write filesystem on Oreo"

This reverts commit cdd659e8.
parent a23f1b27
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,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