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

Commit d190547e authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Revert "Enable PackageManagerService snapshots"

This reverts commit 76f8d668.

Reason for revert: b/185150865
Bug: b/185150865
Change-Id: If314a341779c004bbbb8a5b525a93eb10a9e2651
parent b8a74454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5003,7 +5003,7 @@ public class PackageManagerService extends IPackageManager.Stub
    // The snapshot disable/enable switch.  An image with the flag set true uses snapshots
    // and an image with the flag set false does not use snapshots.
    private static final boolean SNAPSHOT_ENABLED = true;
    private static final boolean SNAPSHOT_ENABLED = false;
    // The per-instance snapshot disable/enable flag.  This is generally set to false in
    // test instances and set to SNAPSHOT_ENABLED in operational instances.