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

Commit 99669b70 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am a749f869: Fix a previous bad merge.

parents 41f7cb39 a749f869
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);
        }
    }