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

Commit 11c1a0be authored by John Reck's avatar John Reck
Browse files

Fixes Android HTTP cache permissions

 Bug: 3244281

Change-Id: I372475bc2d9bd2f2354ee603f77468df0cb043bf
parent dfcaeb16
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