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

Commit a749f869 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix a previous bad merge.

Change-Id: I12e577873389d6200f8add252867e63dee2d2c3c
parent 767225d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7637,7 +7637,7 @@ class PackageManagerService extends IPackageManager.Stub {
            this.pkgFlags = pkgFlags & (
                    ApplicationInfo.FLAG_SYSTEM |
                    ApplicationInfo.FLAG_FORWARD_LOCK |
                    ApplicationInfo.FLAG_EXTERNAL_STORAGE |;
                    ApplicationInfo.FLAG_EXTERNAL_STORAGE |
                    ApplicationInfo.FLAG_NEVER_ENCRYPT);
        }
    }