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

Commit 254ccf4f authored by Patrick Baumann's avatar Patrick Baumann Committed by Automerger Merge Worker
Browse files

Merge "Revert "Enable PackageManagerService snapshots"" into sc-dev am: 001bc116

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14176446

Change-Id: Ib5ae756063b9f0d483eef71629223c683432ffb3
parents 03c5c03b 001bc116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5005,7 +5005,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.