Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 134d3238 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fixes Android HTTP cache permissions"

parents 70e81ba9 11c1a0be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ public final class CacheManager {
            }
            FileUtils.setPermissions(
                    mBaseDir.toString(),
                    FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IXOTH,
                    FileUtils.S_IRWXU | FileUtils.S_IRWXG,
                    -1, -1);
            // If we did create the directory, we need to flush 
            // the cache database. The directory could be recreated