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

Commit 54b8e5de authored by Todd Kennedy's avatar Todd Kennedy Committed by Android (Google) Code Review
Browse files

Merge "Turn off caching temporarily until we can address some of the issues."

parents 07323a98 20274d15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ public class PackageManagerService extends IPackageManager.Stub {
    /**
     * Whether the package parser cache is enabled.
     */
    private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = true;
    private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = false;
    final ServiceThread mHandlerThread;